Skip to content

Commit 52fed0f

Browse files
committed
version update
Added substitution of TextBox control's Value property for Text property Replaced createGUID class for tB's internal version
1 parent a85efe4 commit 52fed0f

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The resulting imported form and code may have to be tweaked in **twinBASIC** to
3030
4) Open the Visual Basic for Application IDE.
3131
5) You should see the "twinBASIC Tools" menu item on the far right of the main menu bar.
3232
6) If menu not visible, then click on "Add-ins->Add-in Manager".
33-
7) In Add-in Manager window, click on tbUserFormConverter Add-in, and then make sure "Loaded/Unloaded" is checked - this will toggle on the "twinBasic Tools" menu item.
33+
7) In Add-in Manager window, click on tbUserFormConverter Add-in, and then make sure "Loaded/Unloaded" is checked - this will toggle on the "twinBASIC Tools" menu item.
3434
8) Click on "twinBASIC Tools" menu, then "Convert UserForm".
3535
9) In the dialog that pops up, select the UserForm(s) that you want to convert, and then hit Convert button.
3636
10) You will be prompted where to save the processed twinBASIC files - there should be two resulting files per UserForm - a .tbform and a .twin file.
@@ -52,7 +52,6 @@ The resulting imported form and code may have to be tweaked in **twinBASIC** to
5252

5353
- Wayne Phillips' [twinBASIC](https://twinbasic.com/preview.html) and Sample 4: MyVBEAddin
5454
- Tim Hall's [JsonConverter](https://github.com/VBA-tools/VBA-JSON/tree/master)
55-
- Mike Wolfe's [createGUID](https://nolongerset.com/createguid/)
56-
- Krool's [VBCCR](https://github.com/Kr00l/VBCCR)
57-
- R. Beltran's [ArrayList](https://github.com/Theadd/ArrayList)
55+
- Krool's [VBCCR](https://github.com/Kr00l/VBCCR) twinBASIC package
56+
- R. Beltran's [ArrayList](https://github.com/Theadd/ArrayList) twinBASIC package
5857
- Jordan Russell's [Inno Setup](https://jrsoftware.org/isinfo.php) and Bill Stewart's [UninsIS](https://github.com/Bill-Stewart/UninsIS)

dist/tBUserFormConverter_win32.dll

-532 KB
Binary file not shown.

dist/tBUserFormConverter_win64.dll

-603 KB
Binary file not shown.

dist/tBUserformConverterSetup.exe

-127 KB
Binary file not shown.

src/tbUserFormConverter.twinproj

8.48 KB
Binary file not shown.

0 commit comments

Comments
 (0)