Tried searching but all that come up is vb6.
any ideas on how to do this in .net?
Printable View
Tried searching but all that come up is vb6.
any ideas on how to do this in .net?
In VB.NET, you have control for keeping application in system tray. Also, you need to add context menu. Once you associate your app with systray menu, it is automatically shown in systray when minimized.
Hope it helps
which control?
See the example I posted here : http://www.vbforums.com/showthread.p...hreadid=254796
managed to sort this out.
thanks again for all the help... :D