/ 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

#8204
Support 3
Participant

    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