Results 1 to 5 of 5

Thread: RIghtoleft property

  1. #1
    Arasp
    Guest

    Angry RIghtoleft property

    For some odd reason vb won't lemme change my rightoleft property from false to true, I am making a calculator, and need to have the numbers in the third text box start coming in from the right, as opposed to the left, any ideas on how i can fix this
    Thanks very much
    Arasp

  2. #2
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    what does it do just change back or give an error? and im just curius, why would u wann do that?

  3. #3
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    RightToLeft is designed for arabic (and other) machines where the language is written from right to left, as oppsed to English which is left to right

    You want the right justify, which is under the Alignment property

  4. #4
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    you could also just do it in your code

  5. #5
    Megatron
    Guest
    In addition to what Chris said, the RightToLeft property will only work if you have a qualified language DLL installed (English is not one of them).

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