keilamym Posted April 11, 2010 Posted April 11, 2010 any help is appreciated... when u create a gui inputbox, (GUICtrlCreateEdit) is there a way to increase the buffer size of the input box? i looked for the option but cant seem to find it.. thanks again
Yoriz Posted April 11, 2010 Posted April 11, 2010 GUICtrlSetLimit( $hEditHandle, $iNumberofCharsThatCanBeEntered) GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
keilamym Posted April 11, 2010 Author Posted April 11, 2010 GUICtrlSetLimit( $hEditHandle, $iNumberofCharsThatCanBeEntered) awesome... thank you!!!!!!!!
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