| 1. |
Among the VBX custom
controls work in VB Ver.2, those made by
Microsoft with substitute controls that
work properly in VB Ver.5 and 6 can be
converted with no problem.
(COMDLG16.OCX TABCTL16.OCX DBLIST16.OCX
DBGRID16.OCX THREED.VBX ANIBUTON.VBX
GAUGE.VBX GRAPH.VBX SPIN.VBX GRID.VBX) |
| 2. |
OLE client controls
attached to VB Ver.2 cannot be converted.
|
| 3. |
Most of 16-bit DLL
files and 16-bit Windows API Interfaces
are convertible.
(DAO2516.DLL WBTRCALL.DLL MMSYSTEM.DLL
USER.DLL KERNEL.DLL GDI.DLL Keyboard.DLL
Sound.DLL LZexpand.DLL) |
| 4. |
Despite the change of
character code from Shift JIS to Unicode,
functions including LeftB can be
converted with no problem.
(AscB InStrB LeftB$ LenB MidB$ RightB$
InputB$ Chr$ ChrB$ String$) |
| 5. |
VB Ver.2 modules saved
as binary files should be converted into
the new version of VB after being
converted into text files. |
| 6. |
"VBX
Control" and "OCX Control"
developed by other than Microsoft, please
research the name, function and how to
use of revised versions for 32-bit
Windows. |
| 7. |
VB32 TRAN can convert
database operation.
(Access(Ver.2), BTRIEVE) |