Jump to content

Recommended Posts

Posted

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 615, 437, 192, 124)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

    EndSwitch
WEnd
 Thank you

Posted

You want to change the button of your gui, you have to look at the code to create the gui : GUICreate... and especially options.

Look at style option... 

  • 5 months later...
Posted
  On 3/24/2018 at 11:50 AM, phucbk2344 said:

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=

GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

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

    EndSwitch
WEnd
 Thank you

Expand  

$Form1 = GUICreate("Form1", 615, 437, 192, 124, $WS_MAXIMIZEBOX)

 

Br,

Williamaskumeliukas

Sorry if it's quite challenging to understand me sometimes, there is 2 possible reasons to this:

  Reveal hidden contents

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...