News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Systray notification

Started by Faiseur, July 24, 2005, 11:51:17 AM

Previous topic - Next topic

Faiseur

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





French asm Forum: http://www.asmforum.net/   Website: http://www.faiseur.net/

anon

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.

Faiseur

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.

French asm Forum: http://www.asmforum.net/   Website: http://www.faiseur.net/

Mark Jones

"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

Faiseur

YES !  :U

Mark, you helped me once again.  Thank you !
French asm Forum: http://www.asmforum.net/   Website: http://www.faiseur.net/