Click to See Complete Forum and Search --> : How can I make My Application run in Tray Icon ?


SilentJackqh
June 11th, 2003, 06:18 AM
How can I make an application run in Tray Icon ?

AlionSolutions
June 11th, 2003, 06:23 AM
Uh, that was long ago ;o) I don't remember everything right now, but look for tutorials, forum-postings or source code on TNA, Taskbar Notification Area. I'm sure you find what you are looking for.

best regards

juergen

rxbagain
June 11th, 2003, 06:38 AM
Use Shell_NotifyIcon. MSDN has samples on this.

Hope it will help you

Lee Peart
June 11th, 2003, 10:47 AM
I did a post on this subject a long time ago...

http://www.codeguru.com/forum/showthread.php?s=&threadid=168433&highlight=%2Anotify%2A

SilentJackqh
June 11th, 2003, 12:01 PM
thanx I will check it.