the forms which i have developed in vb6 are not able to open in vb5. is there any possibility to open the vb6 frm files into vb5 form
write to me at
[email protected]
[email protected]
Printable View
the forms which i have developed in vb6 are not able to open in vb5. is there any possibility to open the vb6 frm files into vb5 form
write to me at
[email protected]
[email protected]
Yes, there is a possibility as I've been getting VB6 project files and I'm using only VB5, so this should work.
Anyway, if you right-click the project file(*.vbp), and select "Open With", and open the file in Notepad,
you will see some stuff about the VB project.
Look for a line "Retained=0".
Delete that line.
After this, you can open the VB6 project in VB5 and save the neccessary files in the VB5 version.
Hope this helps
____________________________________
The VB Bugs in my Life...