Posts: 88
Threads: 33
Joined: Feb 2007
Hi G,
How can I apply visual styles to the controls ? (Tried a few things from MSDN, like SetWindowTheme...did'nt work)
Thx in advance
Posts: 12,135
Threads: 142
Joined: Dec 2002
Default visual styles are always applied, unless you don't use manifest in exe. How to apply custom styles I don't know.
Posts: 88
Threads: 33
Joined: Feb 2007
No problem, thx
Any ideas how can I custom color the Toolbar background...the part 'not covered' by buttons...it takes the default client background color.
Posts: 12,135
Threads: 142
Joined: Dec 2002
By default, SysToolbarWindow32 toolbars are transparent. Place a static control behind and set its color using WM_CTLCOLORSTATIC. Or use custom draw. Not tested.