tigerduck Posted September 21, 2007 Posted September 21, 2007 (edited) 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 September 21, 2007 by tigerduck
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now