|
-
May 27th, 2001, 02:32 PM
#1
Thread Starter
Lively Member
I want an RTL text box
how can i change a simple text box to an right-to-left text box for arabic text editing....
Private Sub VBForums_Newthread()
If Thread.Question = Hard then
MSGBox "No one can reply..."
Else If Thread.Question=Easy then
Print "It's very easy.."
MsgBox "God helps those who helps themselves."
End If
End sub
-
May 27th, 2001, 02:38 PM
#2
The textbox has a property named RightToLeft, set this to true!
-
May 27th, 2001, 02:45 PM
#3
Thread Starter
Lively Member
but it's only for bidirectional systems...
Private Sub VBForums_Newthread()
If Thread.Question = Hard then
MSGBox "No one can reply..."
Else If Thread.Question=Easy then
Print "It's very easy.."
MsgBox "God helps those who helps themselves."
End If
End sub
-
May 27th, 2001, 02:51 PM
#4
Isn't there something about a multi-language pack for windows, have you tried to install this.
-
May 27th, 2001, 02:58 PM
#5
Thread Starter
Lively Member
isn't there any other way,
i mean i am creating an arabic software so it will be hard for every body to install multi language pack.
Private Sub VBForums_Newthread()
If Thread.Question = Hard then
MSGBox "No one can reply..."
Else If Thread.Question=Easy then
Print "It's very easy.."
MsgBox "God helps those who helps themselves."
End If
End sub
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
|