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?
Printable View
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?
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