Re: How do I find out if a form is visible or not
- From: "TheSteph" <TheSteph@xxxxxxxxxx>
- Date: Fri, 12 May 2006 12:38:25 +0200
You answer your question : Check the visible property of the form...
if (Form1.Visible)
{
// Do Something
}
"tony" <johansson.andersson@xxxxxxxxx> wrote in message
news:%23E5ZPqadGHA.4148@xxxxxxxxxxxxxxxxxxxxxxx
Hello!on
How can I find out if a form is in state visible=true meaning is visible
the screen or
visible=false is not shown on the screen.
I can't find any suitable method in the form class for doing this.
//Tony
.
- References:
- Prev by Date: Re: Fast Multiple Application Comunication
- Next by Date: Re: How do I find out if a form is visible or not
- Previous by thread: How do I find out if a form is visible or not
- Next by thread: Re: How do I find out if a form is visible or not
- Index(es):