Jump to content

Gui Main Menu


Bea
 Share

Recommended Posts

Hey i would like to make a main menu but i have no clue how make it :(

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("Form2", 405, 120, 191, 120)
$MenuItem2 = GUICtrlCreateMenu("Main menu")
$MenuItem1 = GUICtrlCreateMenu("Settings")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

    EndSwitch
WEnd

this is the cod, i would like if someone klicks "Settig" there shoud come a other form with a button for example ?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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