Article ID: 138531
Article Last Modified on 7/1/2004
APPLIES TO
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 16-bit Enterprise Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
- Microsoft Visual Basic 3.0 Professional Edition
- Microsoft Visual Basic 3.0 Professional Edition
This article was previously published under Q138531
SUMMARY
You can convert existing Visual Basic 3.0 projects into projects that can
be loaded in Visual Basic 4.0 (both 16-bit and 32-bit versions). If a
Visual Basic 3.0 project that contains .vbx files is loaded in Visual Basic
4.0, Visual Basic 4.0 (both the 16-bit and 32-bit versions) automatically
"morphs" the .vbx file into the corresponding .ocx file (16-bit or 32-bit)
in the new project as long as there is an entry in the Vb.ini file that
allows Visual Basic to know which .ocx file the .vbx file should be
"morphed" to. Also, you should make sure that the .ocx file pointed to in
Vb.ini is in the location specified. The 32-bit edition of Visual Basic 4.0
requires that all Visual Basic 3.0 forms be saved as text for the
conversion to work correctly.
Keywords: kbhowto KB138531