Jump to content

Recommended Posts

Posted

#include <GUIConstants.au3>


$gui= GUICreate("GUI", 444, 255, 193, 113)
$Button1 = GUICtrlCreateButton("Open another GUI", 102, 81, 159, 25, 0)
GUISetState(@SW_SHOW)

$to_open=GuiCreate("Gui to open")

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
        Case $Button1
            GuiSetState(@SW_SHOW,$to_open)
            EndSwitch
WEnd

Tested

i542

I can do signature me.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...