Add a textbox to a form, set it to multiline and disable it (enabled = false). Change the alignment during run-time using the code below.
VB Code:
  1. Text1.Alignment = vbRightJustify
On mine VB dies and I just updated it to SP5 thinking that would rectify the problem - it didn't. Applications compiled with this code also crash out.

Just curious if anyone has come across this before and if they found a work-around, or not.

-adehh