Computer Science Canada

Once I quit the GUI can use it again?

Author:  80660134 [ Sun Nov 02, 2014 8:03 pm ]
Post subject:  Once I quit the GUI can use it again?

Once I quit the GUI can use it again?

Author:  Tony [ Mon Nov 03, 2014 1:53 am ]
Post subject:  RE:Once I quit the GUI can use it again?

The only thing that GUI.Quit does is
Quote:

This procedure causes GUI.ProcessEvent to return true.


You can make ProcessEvent return false again by calling GUI.ResetQuit


: