background color of system tray
-
Hello, How can I getting the background color of the system tray. I is looked in the listing of system colors but this is not being there. I is sawed this before so I knowing this is possible. Thank you
I dont know why you really want to do that, any ways you have to subclasswinddow the wndproc and do any appropriate drawing of the background color... the systray windproc can be found using this wndclass "TrayNotifyWnd"
MSN Messenger. prakashnadar@msn.com
-
I dont know why you really want to do that, any ways you have to subclasswinddow the wndproc and do any appropriate drawing of the background color... the systray windproc can be found using this wndclass "TrayNotifyWnd"
MSN Messenger. prakashnadar@msn.com
-
Thank you. Is works, but not in XP. XP is uses a nother draw. I thinks is bitmap. How is getting this bitmap so I can using it to fill? Is greatful for you doing much helpful
You need to get hold of the window name, in XP it must be different, or it must using some other way of drawing the taskbar. Use Spy++ to get the window name.
MSN Messenger. prakashnadar@msn.com