Jump to content

define maximum input of characters


tigerduck
 Share

Recommended Posts

Just another newbie problem :-)

Hello all.

i have script a little tool to send a net send.

It has a textbox, whre i write my message.

CODE

"

GUICtrlCreateLabel("Text", 20, 60, 30)

$TEXT = GUICtrlCreateEdit("", 20, 80, 450, 100, $ES_AUTOVSCROLL + $WS_VSCROLL + $ES_MULTILINE + $ES_WANTRETURN)

GUICtrlSetTip(-1, "put your text here.")

"

now i want to limit the input of characters of a maximum of 128.

How can i do that. Could find something in forum.

thanks a lot

//EDIT: Stupid me... i found the solution with GUICtrlSetLimit on the Help

Edited by tigerduck
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...