don't want to rely on win32 api.......How can C++ program draw animated systray icon?
Printable View
don't want to rely on win32 api.......How can C++ program draw animated systray icon?
You mean Shell_NotifyIcon?
Actually I have implemented animated trayicon program using VB. It worked well on my PC. But it got blink on my leader's PC(he set his monitor's displaying resolution much higher than mine, mine is 1024x728). So I was sugested to turn to C++. I found some example in C++ still useing the win32 api.....just wonder if there is another way to implement it.....or what's the real favor if I use C++ for the program here? do you think it will resolve the blink prob?
Thanks for ur answer!
:)