The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Faiseur on July 24, 2005, 11:51:17 AM

Title: Systray notification
Post by: Faiseur on July 24, 2005, 11:51:17 AM
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





Title: Re: Systray notification
Post by: anon on July 24, 2005, 10:50:01 PM
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.
Title: Re: Systray notification
Post by: Faiseur on July 24, 2005, 11:16:53 PM
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.

Title: Re: Systray notification
Post by: Mark Jones on July 24, 2005, 11:20:34 PM
Hi Marc, is this what you are looking for?  :bg

http://www.masmforum.com/simple/index.php?topic=1889.0
Title: Re: Systray notification
Post by: Faiseur on July 24, 2005, 11:44:08 PM
YES !  :U

Mark, you helped me once again.  Thank you !