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