Hi all,
for a tool I search to notify to the user warnings in the systray, as programs (firewall, msn, etc) do it. Is there somebody have an example or an idea to make this ?
Thanks
To put an icon in the tray, use Shell_NotifyIcon. You will need to look
it up in the PSDK, you have to fill the NOTIFYICONDATA structure before
you call it.
Hello anon,
thank you for your help but it is not what I seek. My English is bad and I try to explain differently...
I seek to generate a notification which appears above the systray, as some do it firewall, msn, etc, when there is a message. I understand a manner of making but a little assistance can help me.
Hi Marc, is this what you are looking for? :bg
http://www.masmforum.com/simple/index.php?topic=1889.0
YES ! :U
Mark, you helped me once again. Thank you !