-
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
-
what does it do just change back or give an error? and im just curius, why would u wann do that?
-
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
-
you could also just do it in your code
-
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).