Computing.Net > Forums > Programming > Textbox in VB

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.

Textbox in VB

Reply to Message Icon

Name: henry_joshua
Date: April 19, 2007 at 02:36:01 Pacific
OS: XP
CPU/Ram: P-4,256
Product: IBM
Comment:

Dear Friends,
How do we create a text box that allows us to insert tabs.

Thanx

Henry



Sponsored Link
Ads by Google

Response Number 1
Name: MrBoogie
Date: April 21, 2007 at 20:57:37 Pacific
Reply:

Hi!

You want to set two properties of the textbox:

Multiline = True
Tab Stop = False

That should do it.

It is also possible to do it in your code, but I doubt that's what you're wanting.


0
Reply to Message Icon

Related Posts

See More


Visual Basic Help Help IF/IF NOT EXIST usin...



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: Textbox in VB

Textbox in VB www.computing.net/answers/programming/textbox-in-vb/19345.html

character length in VB www.computing.net/answers/programming/character-length-in-vb/4579.html

Dataformat in VB www.computing.net/answers/programming/dataformat-in-vb/3594.html