Skip to content

Releases: GCuser99/VBA-UserForm-to-twinBASIC

v2.9

21 Dec 19:32
Compare
Choose a tag to compare
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.8

17 Jun 21:53
fbc1e6e
Compare
Choose a tag to compare
Delete Sources directory

v2.7

25 May 22:09
Compare
Choose a tag to compare
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

28 Mar 14:02
Compare
Choose a tag to compare
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

27 Mar 17:26
Compare
Choose a tag to compare
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

26 Mar 14:30
Compare
Choose a tag to compare
version update

added option to save Userform image resources to file
removed unused procedures and api declares

v2.3

25 Mar 21:48
Compare
Choose a tag to compare
Update .gitattributes

v2.2

25 Mar 15:32
Compare
Choose a tag to compare
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

22 Mar 14:09
Compare
Choose a tag to compare
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

28 Feb 19:11
Compare
Choose a tag to compare
version update

Added substitution of TextBox control's Value property for Text property
Replaced createGUID class for tB's internal version