VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Convert VB6 to VB5 every time a project loads Updated version

VB function enhancement   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This program converts the VB6 project file to VB5, before opening VB to open the file. If the file is already VB5 compatible it will leave it alone. Compile the file to the same folder
where Vb5.exe is and then hold down SHIFT
while right clicking on a .vbp file. Choose Open with... then click on other and choose the file that you compiled. Now whenever you open a .vbp file it will convert it then allow VB to open it. NOTE: if there are more tags that are not VB5 compatible, please tell me. The old version did not work with project files that had a space in the path, but this version is compatible. If you like this app, please rate it.

Inputs
Call from windows

Assumes
When you compile it the .exe file needs to be in the same folder as Vb5.exe and this only works when the file is opened from Windows. If you open the file in VB itself, the conversion will not take place.

Returns
A call to VB

Side Effects
None that I know of

Rate Convert VB6 to VB5 every time a project loads Updated version (4(4 Vote))
Convert VB6 to VB5 every time a project loads Updated version.bas

Convert VB6 to VB5 every time a project loads Updated version Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters