How can I write a VB program such a way that when minimized it will appear on system tray ie. besides the clock on task bar?
Printable View
How can I write a VB program such a way that when minimized it will appear on system tray ie. besides the clock on task bar?
you need to use the Shell_NotifyIcon API and subclass your form to do it.
HTH
cksiow
http://vblib.virtualave.net - share our codes