L
Lloyd Dupont
I want to create some "inspector/tool windows" in my WinForm/Desktop
application.
Ideally I would like to hide them when the main form is not active.
The problem is: I can't use the deactivate event because the toll window,
when it is shown/activate deactivate the main form.
So clicking on it will hide it :S
So, how does one do that?
Ideally I would like to track if the whole application is active (or not)
and the order in which the windows are.
So I could determine the right target windows. (I would like to have only 1
inspector/tool window, but multiple document windows/forms)
application.
Ideally I would like to hide them when the main form is not active.
The problem is: I can't use the deactivate event because the toll window,
when it is shown/activate deactivate the main form.
So clicking on it will hide it :S
So, how does one do that?
Ideally I would like to track if the whole application is active (or not)
and the order in which the windows are.
So I could determine the right target windows. (I would like to have only 1
inspector/tool window, but multiple document windows/forms)