Results 1 to 28 of 28

Thread: Minimize Form1 With MainForm Code [SOLVED]

Hybrid View

  1. #1

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

    Resolved 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

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Minimize Form1 With MainForm Code

    Quote 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
  •  



Click Here to Expand Forum to Full Width