Skip to content

Commit 2f8f3b7

Browse files
committed
version update
added support for ToggleButton
1 parent 2d46c47 commit 2f8f3b7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The macro queries the state of the UserForm and each of its child controls at de
99

1010
The resulting imported form and code may have to be tweaked in **twinBASIC** to work as desired, but at least the position and most property states will be converted, saving some time and tedious effort.
1111

12-
**MS Forms controls supported**: Label, TextBox, CommandButton, Frame, CheckBox, ComboBox, ListBox, OptionButton, Image, ScrollBar, and SpinButton.
12+
**MS Forms controls supported**: Label, TextBox, CommandButton, Frame, CheckBox, ComboBox, ListBox, OptionButton, Image, ScrollBar, ToggleButton, and SpinButton.
1313

14-
**MS Forms controls not yet supported**: ToggleButton, TabStrip, and MultiPage.
14+
**MS Forms controls not yet supported**: TabStrip, and MultiPage.
1515

1616
<img src="https://github.com/GCuser99/VBA-UserForm-to-twinBASIC/blob/main/images/nested_controls.png" alt="NestedControls" width=80% height=80%>
1717

dist/tBUserFormConverter_win32.dll

21 KB
Binary file not shown.

dist/tBUserFormConverter_win64.dll

27.5 KB
Binary file not shown.

src/tbUserFormConverter.twinproj

12.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)