Skip to content

Commit dc515a8

Browse files
authored
Update README.md
1 parent efade35 commit dc515a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A VBIDE add-in that converts VBA UserForms for use in [twinBASIC](https://twinba
33

44
***
55

6-
The [twinBASIC](https://twinbasic.com/preview.html) (in Beta) does not yet support VBA UserForms. It does however have its own excellent native Form designer and associated controls. This simple VBIDE add-in for MS Office applications converts (as much as is possible) a UserForm, its controls, and code into a **twinBASIC** form that can be imported directly into **twinBASIC**.
6+
The [twinBASIC](https://twinbasic.com/preview.html) (in Beta) does not yet support VBA UserForms. It does however have its own excellent (VB6 compatible) native Form designer and associated controls. This simple VBIDE add-in for MS Office applications converts (as much as is possible) a UserForm, its controls, and code into a **twinBASIC** form that can be imported directly into **twinBASIC**.
77

88
This tool (compiled in **twinBASIC**) queries the state of the UserForm and each of its child controls at design time and builds the closest **twinBASIC** equivalent. For non-MS Forms controls or MS Forms controls not supported (see below), a **twinBASIC** Label or Frame control is substituted to flag the missing control. UserForm code is (at least partially) translated and exported in a format that can be imported into **twinBASIC**, along with the form.
99

0 commit comments

Comments
 (0)