Jump to content

how can i get the text2 onder the text 1 ?


 Share

Recommended Posts

#include <GUIConstantsEx.au3>
#include <ButtonConstants.au3>

GUICreate("My GUI Button")

$Button_1 = GUICtrlCreateButton("text1" & @CRLF & "text2", 10, 30, 100, 40, $BS_MULTILINE)

GUISetState()

While 1
    $msg = GUIGetMsg()
    Select
        Case $msg = $GUI_EVENT_CLOSE
            ExitLoop
    EndSelect
WEnd

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