Re: Color property


2008-06-18 09:46:21 AM
cppbuilder9
Remy,
I tried using SetWindowTheme() but it doesn't make any difference. I tried
both:
SetWindowTheme( MyPanel->Handle, L" ", L" " );
as well as
SetWindowTheme( Application->Handle, L" ", L" " );
I tried spaces and empty strings.
Any other ideas how I can accomplish this at runtime ?
Mal
"Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message
Quote

"Malcolm Smith" < XXXX@XXXXX.COM >wrote in message
news:484478e9$ XXXX@XXXXX.COM ...

>Is this something that a component can disable for itself at runtime ?

Look at SetWindowTheme().
[snip]
Quote
Gambit