Releases: GCuser99/VBA-UserForm-to-twinBASIC
Releases · GCuser99/VBA-UserForm-to-twinBASIC
v2.9
version update
Added custom border options for Label control
Replaced Krool's VBCCR with new FileDialog class
Refactored Toggle Button processing
Modified JsonConverter to correctly handle system decimal separators other than "," and "."
Fixed bug caused by accessing/modifying VBE command bar in non-English language systems
v2.7
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
v2.6
version update
Removed reference to MS Forms library and added MS Forms enums
Modified setting control BorderStyle property to more closely respect UserForm special effects
v2.5
version update
Added VisualStyles property to HScrollBar and VScrollBar
Added more properties to TextBox (MultiLine, MaxLength, PasswordChar, Locked, HideSelection, ScrollBars)
Created new menu item/dialog for (now) standalone Extract Image Resources function
v2.4
version update
added option to save Userform image resources to file
removed unused procedures and api declares
v2.2
version update
modified GUID generation code in response to tB bug fix
refactored image processing code to eliminate unnecessary conversion to png format
fixed bug in detecting whether a UserForm control has non-default mouse icon
v2.1
version update
Added error handling
Fixed faulty detection of active project folder path
Fixed case where dialogs show twice in list box if user canceled early out of conversion and then restarts
Minor refactoring
Added source modules and resources
v2.0
version update
Added substitution of TextBox control's Value property for Text property
Replaced createGUID class for tB's internal version