|
-
Apr 14th, 2007, 01:06 AM
#1
Thread Starter
Addicted Member
how to limit the size of multiple textbox?
i have two textbox , one is single line and the other is multiple lines.
now i want to limit the size of the textboxes.
for the single line textbox1.text, in the design properties , i did maxlength 15
then it works fine, but
for the multiple line textbox2.text, i have tried to do the same thing but it doesnot work, just i did in the design properties,maxlength 50 and row=2 and column=2,but this doesnot work, it simply accepts as much as i type my input,
so how can i limit the size of multipe line textbox in vb.net?
thanks a lot!
-
Apr 14th, 2007, 01:25 AM
#2
Re: how to limit the size of multiple textbox?
-
Apr 14th, 2007, 01:31 AM
#3
Registered User
Re: how to limit the size of multiple textbox?
The "MaxLengt" is working in vb.net 2005, try it in vb2005.
-
Apr 14th, 2007, 03:26 AM
#4
Hyperactive Member
Re: how to limit the size of multiple textbox?
The "MaxLengt" is working in vb.net 2005, try it in vb2005.
Is there a difference????
In Vb2005 the word ".net" is only omitted by Microsoft, but they are the same language, called in different ways!
Live long and prosper (Mr. Spock)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|