VB6TOCS Features
VB6TOCS GUI
VB6TOCS Limitation
- Data Report(.dsr) is not supported.
- WebClass is not supported.
- Data Control is not supported.
- Line Control is not supported.
- Property Page is not supported.
- Screen Object is not supported.
- Clipboard Object is not supported.
- App Object is not supported.
- 'On Error' statement is not supported.
|
 |
Bug Fix & Enhancement
VB6TOCS v2.5 Jun 18, 2008
- Supports to convert VB Project Group(.vbg).
- Generates VS2008 project
- Converts some VB6 functions to C#.NET methods directly:
Asc, AscB, AscW, InStr, InStrB, InStrRev, Join,
Fix, Oct, Hex, DateSerial, Day, Hour, Minute,
Month, Second, Time, Timer, TimeSerial, Year
VB6TOCS v2.4 May 16, 2007
- The ParamArray is supported
- The Bold attribute of Font is supported
- Adds the nce.adoora namespace in nceADO
- Converts VB codes to .NET 2.0 (for VS2005)
VB6TOCS v2.3 Dec 13, 2005
- 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
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 is ignored
- The Enum statement is now fully supported
- The issue of the 'picture' property of VB.Image control has been fixed
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.
|