M
Matthew
The following code does not hide the form. Any ideas why? Also, is there a
workaround?
I have VB.NET 2003.
I have a system tray icon, and want to have that be the only thing showing
when the program starts.
Matthew
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
me.hide()
End Sub
workaround?
I have VB.NET 2003.
I have a system tray icon, and want to have that be the only thing showing
when the program starts.
Matthew
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
me.hide()
End Sub