Check Form for child Forms - C#

Posted by dimanyuk on Stack Overflow See other posts from Stack Overflow or by dimanyuk
Published on 2010-05-21T04:34:02Z Indexed on 2010/05/21 4:40 UTC
Read the original article Hit count: 143

Filed under:
|
|

I have main form and some other forms, that can be shown by controls, using ShowDialog(control). Also I have event handler on the main form, that can be handled anytime. How can I check inside it, is there any other dialog forms?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#