Results 1 to 2 of 2

Thread: Minimise and Restore

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Posts
    93
    Does any one know how capture the minimise to toolbar and restore as events for a form. Possibly using a hook or if there is an easier way pleaz let me know.

  2. #2
    Megatron
    Guest
    Private Sub Form_Resize()
    Select Case WindowState
    Case 0
    'normal
    Case 1
    'minimized
    Case 2
    'maximized
    End Select
    End Sub

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