ChewDoggie
Programmer
Hello All,
Does anyone know how to programmatically minimize a form ?
I'm expecting to see something like:
Thanks !
Chew
10% of your life is what happens to you. 90% of your life is how you deal with it.
Does anyone know how to programmatically minimize a form ?
I'm expecting to see something like:
Code:
oForm.Minimized = True;
Thanks !
Chew
10% of your life is what happens to you. 90% of your life is how you deal with it.