[Gambas-user] List of Open Forms?
Kende Krisztián
nemh at ...2007...
Tue Aug 27 10:38:31 CEST 2013
> Hi All,
>
> Gambas allows me to open multiple forms within the same application,
> this works great. Only when i try to quit the application, all forms
> need to be manually closed too ;-(
>
> Is there an option to retrieve the list of opened forms (then i can
> call the .close option myself) or another option to easily stop the
> application? I tried "quit", but that gives a big list of messages
> from Gambas, which i don't want to show to the end-user.
>
> Regards,
> Alex
Dim cwin As Window
For Each cwin In Windows
cwin.Close
Next
More information about the User
mailing list