M
MJB
I have an application that I need to hide at startup in the system tray.
I found this article on how to do it:
http://msdn.microsoft.com/library/d...tsksettingformtobeinvisibleatitsinception.asp
The problem with this method is that when I call the Hide() function on
f1 it causes the form to close which exits the app. Any other
approaches to hiding the form at startup would be appreciated.
Thanks
I found this article on how to do it:
http://msdn.microsoft.com/library/d...tsksettingformtobeinvisibleatitsinception.asp
The problem with this method is that when I call the Hide() function on
f1 it causes the form to close which exits the app. Any other
approaches to hiding the form at startup would be appreciated.
Thanks