|
-
Oct 28th, 2001, 05:43 PM
#1
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
-
Oct 28th, 2001, 05:47 PM
#2
Frenzied Member
what does it do just change back or give an error? and im just curius, why would u wann do that?
-
Oct 28th, 2001, 05:48 PM
#3
PowerPoster
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
-
Oct 28th, 2001, 05:50 PM
#4
Frenzied Member
you could also just do it in your code
-
Oct 28th, 2001, 06:13 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|