|
-
Nov 8th, 1999, 08:58 AM
#1
Thread Starter
Junior Member
How would I be able to Justify Align text in a RTB?
-
Nov 8th, 1999, 10:39 AM
#2
Hyperactive Member
Set the RichTextBox SelAlignment to Null, which can be achieved by:
RichTextBox1.SelAlighnment = Null
Null can also be substituded for vbNull, they should be the same.
-
Nov 9th, 1999, 10:06 AM
#3
Thread Starter
Junior Member
That doesn't seem to Justify Align, but it does Right Align. I need it to be justified.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|