My form has no Minamise button.. I dont want
It to. I want it to be a option.
Sooo How Do I tell the form to minimise to
the task bar and return to the up POS when
clicked on?
Printable View
My form has no Minamise button.. I dont want
It to. I want it to be a option.
Sooo How Do I tell the form to minimise to
the task bar and return to the up POS when
clicked on?
Minimizing code:
That's it!Code:WindowState = vbMinimized
Put it behind a button or something.