RoText VBX/OCX is a Visual Basic custom control which allows you to put a single-line label on your form at any angle of rotation. Use it to create spinning labels, map labels, vertical headings for columns in spread sheets, anything you can think of that requires non-horizontal placement on your form or paper. The label's text can be initialized at design time and then changed at run-time. RoText will bind to a data control using the DataField, DataSource, and DataChanged properties.
When using JoyStk, be sure to set the Enabled property to True at run-time. If this is not done, the control will not function. Merely making sure that the Enabled property is True at design-time is not enough. Also, you should ensure that Enabled is set to True prior to exiting.