What's Handled Differently in Windows CE
The Windows CE Toolkit for Visual Basic 5.0 is similar to Visual basic 5.0 in both functionality and design. However, several Visual Basic features have not been implemented because of limitations in the Windows CE operating system. These limitations impose the following restrictions:
-
Visual Basic class files are not supported.
-
Only one .bas file is supported.
-
No support for ActiveX controls written in Visual Basic 5.0.
-
Help is not supported.
-
Language errors are displayed only at run time.
-
Designers and insertable objects, such as Excel, are not supported.
-
The Auto Increment checkbox on the Make tab is not supported.
-
Arrays may not get initialized when there is little free memory.
-
The Debug object is not supported.
-
The standard toolbar cannot be customized.
-
Duplicate sub or functions, such as a sub-sub, function-function, or sub-function combination, are not supported.
-
Adding an existing Visual Basic 5.0 code module or existing Visual Basic 5.0 forms, including those listed in the "Add Form" dialog, to a Windows CE Toolkit for Visual Basic 5.0 project is generally not supported because the code module or form may use controls and/or language syntax not supported by Windows CE Toolkit for Visual Basic 5.0 .