guys how to check the minimized state
Printable View
guys how to check the minimized state
VB Code:
If Form1.WindowState = vbMinimized Then 'it's minimized Else 'it has other state End If
vbMaximized if the form's full screen
holy thanks merri,
just forgotten about this simple thing... i am not focus ......
thanks anyway