There is a Text Area in Java which allows users to enter data like Postal Address. However, VB 6 has only TextBox. How do I get a cobtrol to allow users to enter multiple lines of data like Address ??
TextArea in VB 6 ??
Started by jashsayani, Apr 07 2009 10:23 AM
4 replies to this topic
#1
Posted 07 April 2009 - 10:23 AM
|
|
|
#3
Posted 07 April 2009 - 12:02 PM
to get the scroll bars set the property in "ScrollBars" to "both"
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
#4
Posted 08 April 2009 - 01:40 AM
Xav said:
Change the TextBox's Multiple property to True.
amrosama said:
to get the scroll bars set the property in "ScrollBars" to "both"
Thanks both !!
Problem solved.
:)


Sign In
Create Account


Back to top









