Skip to content

Commit 9daa724

Browse files
committed
version update
Added transparency background support Modified API calls for compatibility with Windows Dev Lib Replaced BytesFromPicture function with native PictureToByteArray function New icons for forms and ribbon menus Minor code cleanup
1 parent 6b9a953 commit 9daa724

36 files changed

+172
-106
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The resulting imported form and code may have to be tweaked in **twinBASIC** to
1717

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

20-
**Example**: Comparison of VBA UserForm (left) and converted twinBASIC form (right)
20+
**Example**: Comparison of VBA UserForm (left) and converted twinBASIC form with VisualStyles=False (right)
2121

2222
## Requirements:
2323

dist/tBUserFormConverter_win32.dll

452 KB
Binary file not shown.

dist/tBUserFormConverter_win64.dll

616 KB
Binary file not shown.

dist/tBUserformConverterSetup.exe

54.1 KB
Binary file not shown.

images/VBIDE Menu.png

-1.62 KB
Loading

images/converter dialog.png

-11.8 KB
Loading
255 KB
Loading

src/Resources/CONTROLS/CheckBox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"MousePointer": "vbDefault",
3939
"Name": "Check1",
4040
"OLEDropMode": "vbOLEDropNone",
41+
"Opacity": 100,
4142
"Padding": 2,
4243
"Picture": [],
4344
"PictureAlignment": "vbAlignTop",
@@ -49,6 +50,7 @@
4950
"Tag": null,
5051
"ToolTipText": null,
5152
"Top": 47,
53+
"TransparencyKey": -1,
5254
"UseMaskColor": false,
5355
"Value": "vbUnchecked",
5456
"Visible": true,

src/Resources/CONTROLS/ComboBox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"Name": "Combo1",
4040
"OLEDragMode": "vbOLEDragManual",
4141
"OLEDropMode": "vbOLEDropNone",
42+
"Opacity": 100,
4243
"RightToLeft": false,
4344
"Sorted": false,
4445
"Style": "vbComboDropdown",
@@ -48,6 +49,7 @@
4849
"Text": null,
4950
"ToolTipText": null,
5051
"Top": 52,
52+
"TransparencyKey": -1,
5153
"Visible": true,
5254
"VisualStyles": true,
5355
"WhatsThisHelpID": 0,

src/Resources/CONTROLS/CommandButton

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"MousePointer": "vbDefault",
4040
"Name": "CommandButton1",
4141
"OLEDropMode": "vbOLEDropNone",
42+
"Opacity": 100,
4243
"Padding": 2,
4344
"Picture": [
4445
],
@@ -51,6 +52,7 @@
5152
"Tag": "",
5253
"ToolTipText": null,
5354
"Top": 118.666666666667,
55+
"TransparencyKey": -1,
5456
"UseMaskColor": false,
5557
"Visible": true,
5658
"VisualStyles": true,

0 commit comments

Comments
 (0)