Results 1 to 3 of 3

Thread: checking for minimized window

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2001
    Location
    singapore
    Posts
    16

    checking for minimized window

    Hi all!
    How do you check if a window is minimized? Thank you!
    Justin

  2. #2
    VB Code:
    1. If Me.WindowState = vbMinimized Then
    2.     Msgbox "minimized"
    3. Else
    4.     Msgbox "not minimized"
    5. End If

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2001
    Location
    singapore
    Posts
    16

    thank u!!

    thanks for your help!

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