HeLta_SkeLta
Nov 8th, 1999, 07:58 AM
How would I be able to Justify Align text in a RTB?
Phobic
Nov 8th, 1999, 09:39 AM
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.
HeLta_SkeLta
Nov 9th, 1999, 09:06 AM
That doesn't seem to Justify Align, but it does Right Align. I need it to be justified.