[Gambas-user] Check if a form is opened/show

Jussi Lahtinen jussi.lahtinen at ...626...
Fri Aug 10 14:56:23 CEST 2012


If Form.Visible is not what you need,
then you can declare Opened boolean to form and set it true in Form_Open
event.

Jussi



On 10 August 2012 03:24, rocko <sunblaster5 at ...626...> wrote:

> Is there a way to check if a form is opened??
>
> If Fmain.Open = True Then
>         do...something
> endif
>
> I tries .Show but got an error.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list