The majority of bidirectional features in Visual Basic 6.0 involve added ability to create forms, menus, and controls that are oriented in a right-to-left format, as well as in a left-to-right format.
The RightToLeft property has been added to forms, controls, and other Visual Basic objects to provide an easy mechanism for creating objects with Middle East characteristics such as:
Note The value of a form's RightToLeft property determines the initial RightToLeft value of any objects that are placed on it. Therefore, it is recommended that you create a form with the direction you want before adding controls. You can change the direction of a form after controls are placed on it but you will have to manually reset each existing control's bidirectional properties.