G Guest Apr 7, 2004 #1 This is for the main form in an app. The deactive status indicates either when a form has been minimized or a child dialog has focus.
This is for the main form in an app. The deactive status indicates either when a form has been minimized or a child dialog has focus.
M Martin Robins Apr 7, 2004 #2 override the OnResize event and check for WindowState == WindowState.Minimized. Ralph Flaugher said: This is for the main form in an app. The deactive status indicates either Click to expand... when a form has been minimized or a child dialog has focus.
override the OnResize event and check for WindowState == WindowState.Minimized. Ralph Flaugher said: This is for the main form in an app. The deactive status indicates either Click to expand... when a form has been minimized or a child dialog has focus.
R Ralph Flaugher Apr 8, 2004 #4 Ignore previous email. I pressed the send button before I was done. Thanks. I'll give it a try but the documentation states that WindowState.Minimized is not defined for the compact framework.
Ignore previous email. I pressed the send button before I was done. Thanks. I'll give it a try but the documentation states that WindowState.Minimized is not defined for the compact framework.