Link to home
Start Free TrialLog in
Avatar of eladroz
eladrozFlag for United States of America

asked on

Convert Visual BASIC v6 application into Right to Left mode (Hebrew)

Hello,

I have a Visual BASIC v6 application written in English with many forms, objects, captions and message box.

How can I "flip" the forms to be from right to left without changing all the design?

Thank you,
Elad.
Avatar of drakeshe
drakeshe
Flag of Australia image

there is a property for almost all controls called righttoleft
http://img27.imageshack.us/img27/2981/leftright.png
Avatar of eladroz

ASKER

Thank you for your reply.

Right to Left is good but not enough... let's say that I have a save button on the bottom right  corner of a form and I want that when it's running as RTL,  this button will be on the bottom left corner of the form - RightToLeft will not help me in this case.

Think that I just want to "flip" the form with all it's objects (like: labels, buttons, lists, trees, etc.) in 180 degrees.

I hope that I explained myself better.

Elad.
So your hoping that there is an automatic function that will flip the form objects? er... lemme try and figure something out.
ASKER CERTIFIED SOLUTION
Avatar of drakeshe
drakeshe
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Oh and also the object can be click a second time and return to the original position which is a bonus.
Did you get it working?