Results 1 to 3 of 3

Thread: Window State (Maximized)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Mexico
    Posts
    24

    Question

    How can we maximize a window in Runtime?

  2. #2
    Guest
    Code:
    Form1.WindowState = vbMaximized

  3. #3
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Wink

    Try this

    Code:
    Me.WindowState = 2
    2 = maximized
    rino_2
    Visual Basic, HTML
    Please Visit my Site: Richard's VB Site

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