M
Matt Davey
What is the easiest way to detect if the client region of a window is
visible to the user, or to put it another way, how can U detect the
following
1. A window is minimized, and thus its client region is non-visible to the
user
2. A window is hidden from view e.g. in a tab control, the contents of only
one tab are visibile/active at a time
3. A window is hidden by another window - e.g. in an MDI, a window is moved
ontop of another window, hence hidding a window
Obviously for 2, U can catch the tab click, and hence know what tab you are
clicking to/from. But is there another more generic way
Thanks
Later
visible to the user, or to put it another way, how can U detect the
following
1. A window is minimized, and thus its client region is non-visible to the
user
2. A window is hidden from view e.g. in a tab control, the contents of only
one tab are visibile/active at a time
3. A window is hidden by another window - e.g. in an MDI, a window is moved
ontop of another window, hence hidding a window
Obviously for 2, U can catch the tab click, and hence know what tab you are
clicking to/from. But is there another more generic way
Thanks
Later