Page 1 of 1

Texbox resize

PostPosted: Sat Apr 30, 2011 4:34 am
by tzoli
How can i resize a text input without writing text in?

Re: Texbox resize

PostPosted: Mon May 09, 2011 7:23 pm
by savvy
you cant, to my knowledge, try when you click the textbox use..
strcpy(text, "");
that will remove the spaces.. then if it goes back to normal set the spaces back so that it doesnt re-do the gap.
i think this will work, give feedback :)