Results 1 to 3 of 3

Thread: form minimized state ?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Posts
    599

    form minimized state ?

    guys how to check the minimized state
    Thank You

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654
    VB Code:
    1. If Form1.WindowState = vbMinimized Then
    2.      'it's minimized
    3. Else
    4.      'it has other state
    5. End If

    vbMaximized if the form's full screen

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Posts
    599

    Thumbs up

    holy thanks merri,


    just forgotten about this simple thing... i am not focus ......

    thanks anyway
    Thank You

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