Is it possible to Change the Backcolor of Tooltip in my application??
Btw - Thanks to all of u - i learn a lot from this great site!!!
Thanks
Printable View
Is it possible to Change the Backcolor of Tooltip in my application??
Btw - Thanks to all of u - i learn a lot from this great site!!!
Thanks
I don't think that you can change it,,,coz it is a system color,,if you want you can make your own one,,
How???
I just reply one post with the same question, so you can refer to this Thread
Chris,
Thanks - Fyi i add another function to that
SavedTooltilBackColor = GetSysColor(COLOR_INFOBK)'save back color
SavedTooltilForeColor = GetSysColor(COLOR_INFOTEXT)'save fore color
Then i change the color and when my appl unload i return the color to the prevous.
Thanks again.
Well, I did it in my sample program as well. :)
Cheers