Jump to content

TextArea in VB 6 ??

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
jashsayani

jashsayani

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts
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 ??

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Change the TextBox's Multiple property to True.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,675 posts
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
jashsayani

jashsayani

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts

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.

:)

#5
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Any time, my friend. ;)
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums