keilamym 1 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 Share this post Link to post Share on other sites
Yoriz 6 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. Share this post Link to post Share on other sites
keilamym 1 Posted April 11, 2010 GUICtrlSetLimit( $hEditHandle, $iNumberofCharsThatCanBeEntered) awesome... thank you!!!!!!!! Share this post Link to post Share on other sites