Computing.Net > Forums > Programming > VB6 Textbox help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VB6 Textbox help

Reply to Message Icon

Name: Shawn_B
Date: December 14, 2002 at 13:57:47 Pacific
OS: Win2000Pro
CPU/Ram: P4, 64m
Comment:

I need to get to a new line in a textbox without waiting for wordwrap. can i do that without having to be in the textbox and hitting enter, can it be done with code.
multilines =true
vertical scrollbar

sub command1_click()
text1.text=text1.text + label1.caption
end sub

I would like a line between these.

Please help Obi-wan, you're our only hope!



Sponsored Link
Ads by Google

Response Number 1
Name: Obi-wan
Date: December 14, 2002 at 14:12:26 Pacific
Reply:

The force is on the fritz today, so instead, try:

text1.text=text1.text + vbCrLf + label1.caption


0

Response Number 2
Name: Shawn_B
Date: December 16, 2002 at 05:57:44 Pacific
Reply:

It Worked Perfect!

Thank you, Obi-Wan!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VB6 Textbox help

Inserting text in TextBox help (C#) www.computing.net/answers/programming/inserting-text-in-textbox-help-c/12833.html

VB6 textbox www.computing.net/answers/programming/vb6-textbox/5773.html

MCI control VB6 www.computing.net/answers/programming/mci-control-vb6/5120.html