Is there a way to hide the main form in vb.net? I want to make it so users press a button and the form disappears. Like make it so the program is still running but there is no window open.
I tried
Me.Hide()
But it does not work. Is it possible to do what I am describing?
It depends on what your main form is called, but try this: