SetGetColorFocus()

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

SetGetColorFocus()

Post by Otto »

Is a method: SetGetColorFocus also available for other controls like:
combobox
radiobutton
checkbox
Regards,
Otto
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: SetGetColorFocus()

Post by Enrico Maria Giordano »

No, as far as I know. You can use bGotFocus and bLostFocus to respectively set and restore the colors.

EMG
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Antonio,
Do you plan to provide a similar function to SetGetColorFocus
for the other controls too.
Regards,
Otto
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

No, it is only for GETs, because they easily allow to change their colors.

Actually you are not using Win32 themes, but soon you will :-) and then it has little sense to change the colors of those controls
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply