V
vooose
How would you determine if a window(Form) is visible. By visible I mean
that you can currently see it, as apposed to Form.Visible. (which
returns True when the window sits behind other windows)
Using Form.Focused is no good because the form is still visible even
when its not focused.
that you can currently see it, as apposed to Form.Visible. (which
returns True when the window sits behind other windows)
Using Form.Focused is no good because the form is still visible even
when its not focused.