Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB3 to VB 6 Conversion

Status
Not open for further replies.

spyder

Technical User
Jan 10, 2001
21
US
Can anyone please tell me if there are any tools available to convert a VB 3 Project to a VB 6 Project?
 
The best and least expensive tool consists of "elbow grease".

You have to go through each project with VB3 and save each form and module in plain text, load each project in VB6 and note which controls VB6 refuses to load or offer 32bit upgrades.

If you find 16bit VBXs that can't be upgraded, save the VB6 project versions in a separate folder. You will need to record the properties and methods from the VB3 controls so you can recreate their functionality when you find 32bit OCX replacements. This really isn't that hard, unless you are dealing with a lot of third-party controls.

Good luck!
VCA.gif

Alt255@Vorpalcom.Intranets.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top