R
Rhy Mednick
I have a Windows forms application that I'm creating and the application has
several child forms. The child forms are always displayed above the main
form but they are not MDI children because I want to restrict them to the
form area of the main form. I'd like to hild the child windows when the
application loses focus, but I can't seem to figure out how. I can use the
Activate and Deactivate events of the forms to find out when they get or
lose focus, but I want events like that on an application level. Do any of
you know if there is a mechanism to do this?
Thanks.
several child forms. The child forms are always displayed above the main
form but they are not MDI children because I want to restrict them to the
form area of the main form. I'd like to hild the child windows when the
application loses focus, but I can't seem to figure out how. I can use the
Activate and Deactivate events of the forms to find out when they get or
lose focus, but I want events like that on an application level. Do any of
you know if there is a mechanism to do this?
Thanks.