/ Forums / Advansys Formativ / Creating Solutions with Formativ / Close all open GW Windows except for GW Itself / Reply To: Close all open GW Windows except for GW Itself
November 14, 2010 at 2:52 pm
#8204
In Formativ Language guide, take a look at Utilities.FindWindow() method which returns the handle of an open window. Formativ wraps few common Windows function.
I also suggest you to review available Windows API. If you unable call native API functions from VBScript/Applet then you could have your Applet to run a VB6/C#/etc executable that would call the APIs.
Regards,
Advansys Support