Tab?

danyeungw

Well-known member
Joined
Aug 30, 2005
Messages
73
Programming Experience
10+
If I want to print an email using text not html, how do I store the data in a RichTextBox and have the columns line up? Do I use tab and how?

For example, I want the output as below:
VB.NET:
Name      Email             Telephone
Joe Smith jsmith@hotmai.com 858-555-5555
[SIZE=2][/SIZE]
Thanks.
DanYeung
 
Last edited by a moderator:
I need to create a email body using RichTextBox and send as text (not html) format. How do I use control?

Thanks.
DanYeung
 
Back
Top