Get Registry Setting

  • Thread starter Thread starter Ed Kopta
  • Start date Start date
E

Ed Kopta

Is there another command for getting a registry setting besides GetSetting?
Specifically, I'm looking for HKEY_CURRENT_USER\Control Panel\Colors\Button
Face in order to match
an image with that RGB color value (system color constant won't work).

Thanks for any help you can give me,

-Ed Kopta
 
Ed Kopta said:
Is there another command for getting a registry setting besides
GetSetting? Specifically, I'm looking for HKEY_CURRENT_USER\Control
Panel\Colors\Button Face in order to match
an image with that RGB color value (system color constant won't work).

Have a look here:

http://www.mvps.org/access/api/api0015.htm
API: Read a value from the registry
 
Yep, that's what I'm looking for. I should just start searching that site
before I even ask anything here!

Thanks for the help,

-Ed Kopta
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top