Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
added support for ToggleButton
  • Loading branch information
GCuser99 committed Nov 3, 2023
1 parent 2d46c47 commit 2f8f3b7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The macro queries the state of the UserForm and each of its child controls at de

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.

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

**MS Forms controls not yet supported**: ToggleButton, TabStrip, and MultiPage.
**MS Forms controls not yet supported**: TabStrip, and MultiPage.

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

Expand Down
Binary file modified dist/tBUserFormConverter_win32.dll
Binary file not shown.
Binary file modified dist/tBUserFormConverter_win64.dll
Binary file not shown.
Binary file modified src/tbUserFormConverter.twinproj
Binary file not shown.

0 comments on commit 2f8f3b7

Please sign in to comment.