Results 1 to 28 of 28

Thread: Minimize Form1 With MainForm Code [SOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Resolved Minimize Form1 With MainForm Code [SOLVED]

    This does not work...

    VB Code:
    1. Private MainFormResize(blah blah)
    2. If Me.WindowState.Minimized = True Then
    3.     Form1.WindowState.Minimized = True
    4. Else
    5.     Form2.WindowState.Normal = True
    6. End If
    7. End Sub
    All I want to do is minimize a modeless (toolbox window) form when I minimize the MainForm.

    How do I minimize a 2nd visible form from the Main form??

    Thanks
    Last edited by epixelman; Mar 17th, 2005 at 05:04 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width