Jump to content

Select text in a label


Recommended Posts

#Include <EditConstants.au3>

GUICreate('MyGUI', 400, 400)
GUICtrlCreateEdit('Simple Text', 40, 40, 100, 14, BitOR($ES_AUTOHSCROLL, $ES_LEFT, $ES_READONLY), 0)
GUICtrlCreateButton('OK', 165, 366, 70, 23)
GUISetState()

Do
Until GUIGetMsg() = -3

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