Applying windows color schmes to controls
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Would like to apply colors (BG Color, FG color & Font Color) of selected windows ColorScheme for windows controls. currently using the following code
Imports Microsoft.Win32 Dim SchemeKey As RegistryKey SchemeKey = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("Control Panel").OpenSubKey("Appearance").OpenSubKey("Schemes")
This will return the Scheme values…..e.g. Brick, Arizona etc…. I would like to get the color values for windows controls for the selected colorscheme. Thanks, RK