[CODE]Private Sub Option1_Click(Index As Integer)
Select Case Index
Case 0
Text1.Alignment = vbLeftJustify
Text1.Text = StrReverse(Text1.Text)
Case 1
Text1.Alignment = vbRightJustify
Text1.Text = StrReverse(Text1.Text)
End Select
End Sub
Private Sub Text1_Change()
If Text1.Alignment = vbRightJustify Then
Text1.SelStart = 0
End If
End Sub[/CODE]
Select Case Index
Case 0
Text1.Alignment = vbLeftJustify
Text1.Text = StrReverse(Text1.Text)
Case 1
Text1.Alignment = vbRightJustify
Text1.Text = StrReverse(Text1.Text)
End Select
End Sub
Private Sub Text1_Change()
If Text1.Alignment = vbRightJustify Then
Text1.SelStart = 0
End If
End Sub[/CODE]
我的msn: myfend@