Detects when form is minimized. Can also restore
Detects when form is minimized. Can also restore
Rate Detects when form is minimized. Can also restore
(1(1 Vote))
If Me.Height = 360 Then 'minimized
'Own code
End If
End Sub
Sub Restore() 'I recommend this is called from a system tray icon. This code must be in the form code as it uses 'me'
me.WindowState = 0
me.SetFocus
End Sub
Detects when form is minimized. Can also restore Comments
No comments yet — be the first to post one!
Post a Comment