-
Text Box Max Size...
Hey all,
I need to get the size of a string variable to check if it's larger than the TextBox control maximum size. How can i do that?
Also, what is the maximum size that a textbox can handle?
And how can i divide a variable string to load it in several textboxes if it's larger than the textbox max size????
Please guys, i really need this... Thanx all!
P.S: I need a textbox and NOT A RICH TEXT CONTROL !!!
-
in 2000/XP, the textbox has no limit. in 95/98/ME, i think it is either the length of a integer, or 32767 kb
-
Well
Look into the Split VB Function ;)