VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Another way to detect when a form is minimzed

by John Estrada (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 17th July 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Another way to detect when a form is minimzed

Rate Another way to detect when a form is minimzed



    Select Case Me.WindowState
        Case vbMinimized
            MsgBox "Minimized"
        Case vbMaximized
            MsgBox "Maximized"
        Case vbNormal
            MsgBox "Normal"
    End Select
End Sub

Download this snippet    Add to My Saved Code

Another way to detect when a form is minimzed Comments

No comments have been posted about Another way to detect when a form is minimzed. Why not be the first to post a comment about Another way to detect when a form is minimzed.

Post your comment

Subject:
Message:
0/1000 characters