artnature
April 5th, 2001, 05:00 PM
Does anyone know how I can create an icon in the System Tray so users can launch my VB application program from there? I will like to create this icon as a windows service application. Please anyone can help me?
|
Click to See Complete Forum and Search --> : Windows Services artnature April 5th, 2001, 05:00 PM Does anyone know how I can create an icon in the System Tray so users can launch my VB application program from there? I will like to create this icon as a windows service application. Please anyone can help me? cksiow April 5th, 2001, 07:38 PM you need to subclass your window procedure to do this. API that you need to use are : Shell_NotifyIcon hope this give you a hint cksiow http://vblib.virtualave.net - share our codes codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |