M
Michael Rich
I am writing a program that primaryly runs in the system tray. When the
program starts, I would like to hide the main form and only show the tray
icon.
in the Form Load event I set Me.Visible = False, but this does not hide the
form. In the Form Activate event, if I set the same thing, the form is
never displayed.
There has got to be an easy way to do that I am overlooking.
Thanks;
Michael
program starts, I would like to hide the main form and only show the tray
icon.
in the Form Load event I set Me.Visible = False, but this does not hide the
form. In the Form Activate event, if I set the same thing, the form is
never displayed.
There has got to be an easy way to do that I am overlooking.
Thanks;
Michael