Quote Originally Posted by wqweto View Post
You tried CFD but didn't try DarkMode_CFD and DarkMode_CFD:ComboBox? This is not how green-field research is done.
Yes, you are right. DarkMode_CFD changes the combobox to Dark Mode. Today i will download the tool and look for other style classes.

After and before:

Name:  combobox dark mode1.jpg
Views: 5573
Size:  10.2 KB

Combobox Dropdown Menu:

Name:  combobox dark mode2.png
Views: 5575
Size:  7.5 KB

My current Dark Mode progress:

Name:  VB6 dark mode1.jpg
Views: 5572
Size:  42.2 KB

I used the backcolor and forecolor properties to set the dark mode color for all controls and the form.

Unsolved problems so far:

- the toolbar draws a light line on the top
- cant change the listview column headers color (this can be solved by disabling the theme style for the headers and subclassing)
- cant change the option button forecolor
- cant change the checkbox forecolor
- white background color at the HScroll/VScroll control
- cant change the statusbar backcolor

all controls are from Krools MS Common Controls Replacement.