What's new in VB6TOCS v2.4 ?
- The ParamArray is supported
- The Bold attribute of Font is supported
- Adds nce.adoora namespace in nceADO
- Supports to convert VB code for VS2005
What's new in VB6TOCS v2.3 ?
- The issue of User Define Type(UDT) has been fixed
- The issue of API declaration has been fixed
- The default value of String variable is String.Empty
- The 'me' used in Class Module is now fully suppoprted
- Converts Vb.Control to .NET Control
- Converts TabDlg.SSTab to System.Windows.Forms.TabControl
- Supports ButtonMenu property and ButtonMenuClick event of ToolBar button
What's new in VB6TOCS v2.2 ?
- The issue of the ByRef parameter has been fixed
- The issues of the Property Set/Let/Get have been fixed
- The Label statement of VB6 is ignored
- The Enum statement is now fully supported
- The issue of the 'picture' property of VB.Image control has been fixed
What's new in VB6TOCS v2.1 ?
- An array as a parameter issue has been fixed.
- 'With' statement is now fully supported.
- The subroutine comments are now properly supported.
- The array element issue of the User Define Type has been fixed.
What's new in VB6TOCS v2.0 ?
- Converts ADODB to nceADO (optional).
- Supports the default value of the optional parameter.
- Fixes many bugs.