|
-
Mar 17th, 2005, 05:00 PM
#1
Thread Starter
Fanatic Member
Re: Minimize Form1 With MainForm Code
I got it!!!
The two lines...
Form1.WindowState = FormWindowState.Minimized
Form1.WindowState = FormWindowState.Normal
has to have fForm1 instead of just Form1
Thanks
Frank
-
Mar 17th, 2005, 05:03 PM
#2
Re: Minimize Form1 With MainForm Code
 Originally Posted by epixelman
I got it!!!
The two lines...
Form1.WindowState = FormWindowState.Minimized
Form1.WindowState = FormWindowState.Normal
has to have fForm1 instead of just Form1
Thanks
Frank
great
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|