SyntaxFix
Write A Post
Hire A Developer
Questions
if( ((Form1)Application.OpenForms["Form1"]).Visible == true) //form is visible else //form is invisible
where Form1 is the name of your form.
Form1