How, being inside the main form of my WinForm app can I tell if there are any modal windows/dialogs open that belong to the main form?
if (this.Visible && !this.CanFocus) { // modal child windows are open }
1.4m articles
1.4m replys
5 comments
57.0k users