Hello,
convert VB 3 to VB 6
I found a copy of the VB 5 and opening the project going through VB 5 first seems to ease some of the errors when directly opening the project directly from VB 6. But I still have this 'Custom Control Upgrade' message box saying,
-------------------------------------------------------
The following custom controls will be upgraded to their newer version.
-------------------------------------------------------
CMDIALOG.VBX
MSCOMM.VBX
MSMASKED.VBX
THREED.VBX
CRYSTAL.VBX
-------------------------------------------------------
The following controls have no upgrade keys. Any intances
will be converted to PictureBoxes.
--------------------------------------------------------
SSDATA2.VBX
SSDATA3.VBX
SSIDXTAB.VBX
--------------------------------------------------------
do I have to re-register the component again? Run Regsvr32.exe ? I know you register a .dll file but how do you register a .vbx? .I tried and failed.
may be some one can tell me what's the better way to resolve this.
Thanks,
Ann
convert VB 3 to VB 6
I found a copy of the VB 5 and opening the project going through VB 5 first seems to ease some of the errors when directly opening the project directly from VB 6. But I still have this 'Custom Control Upgrade' message box saying,
-------------------------------------------------------
The following custom controls will be upgraded to their newer version.
-------------------------------------------------------
CMDIALOG.VBX
MSCOMM.VBX
MSMASKED.VBX
THREED.VBX
CRYSTAL.VBX
-------------------------------------------------------
The following controls have no upgrade keys. Any intances
will be converted to PictureBoxes.
--------------------------------------------------------
SSDATA2.VBX
SSDATA3.VBX
SSIDXTAB.VBX
--------------------------------------------------------
do I have to re-register the component again? Run Regsvr32.exe ? I know you register a .dll file but how do you register a .vbx? .I tried and failed.
may be some one can tell me what's the better way to resolve this.
Thanks,
Ann