Question:
The computer lab where I’m taking a course has Visual Basic 6.0 now. Is there some way to save a VB 6.0 project so that it will be compatible with the VB 5.0 that I have on my home computer?
Answer:
There are just a few differences between VB5 and 6. In most cases, you can simply load up the VB6 file into VB5. It will give you some minor errors about properties that it doesn’t understand, but other than that, the code and everything else will translate over correctly. The issue is nastier if you are using controls that are VB6 controls, such as the new Common Controls. In this case, you will either need to use the VB5 Common Controls, or you will have to rebuild the form, since the controls will turn into PictureBox controls when they can’t load properly.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























