I want to add some simple win32 application’s icon to task bar while app is running in background. During this time, i want to send some msgs to that icon so that it pops up as per my req. Unfortunately i know only c\c++ and i use visual studio8, is there a way or api to do this?
example: outlook icon or wifi icon
I want to add some simple win32 application’s icon to task bar while app
Share
Sure there is an api, Shell_NotifyIcon function does that.
You have to fill a NOTIFYICONDATA Structure and then call the above function.
What
Shell_NotifyIconwill do depends on the flag that you’ll set.