I made two forms in the IDE.

I want the form Test2 only to appear after the form Test1 is closed.

Can I let the program wait for the first Form to be closed?

PUBLIC SUB Main()

  FormTest1.Show()
  ' wait till FormTest1 is closed ?
  FormTest2.Show()

  ...




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to