Results 1 to 5 of 5

Thread: I want an RTL text box

  1. #1

    Thread Starter
    Lively Member israr's Avatar
    Join Date
    May 2001
    Posts
    73

    Exclamation 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

  2. #2
    AIS_DK
    Guest
    The textbox has a property named RightToLeft, set this to true!

  3. #3

    Thread Starter
    Lively Member israr's Avatar
    Join Date
    May 2001
    Posts
    73
    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

  4. #4
    AIS_DK
    Guest
    Isn't there something about a multi-language pack for windows, have you tried to install this.

  5. #5

    Thread Starter
    Lively Member israr's Avatar
    Join Date
    May 2001
    Posts
    73
    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
  •  



Click Here to Expand Forum to Full Width