VBScript Support in Windows CE (Windows CE 5.0)
The following list provides information about the VBScript functionalities supported in Windows CE.
- As a subset of the Visual Basic programming language, VBScript is easy to learn and master, even for novices. Because VBScript uses the same event-binding syntax as Visual Basic, experienced Visual Basic programmers will find that in many cases they can paste existing Visual Basic code blocks into VBScript code.
- VBScript supports error handling through the Visual Basic error object and the on error resume next mechanism.
- VBScript supports built-in formatting for dates, numbers, and currency. VBScript also has the ability to format dates, numbers, and currency built into the language.
- VBScript includes built-in support for iterating through Component Object Model (COM) object collections.
- Effective with Windows CE .NET 4.2, VBScript can support script authoring, although implementation is optional and not all OS designs include this Catalog item. For more information, see the manufacturer's SDK documentation. However Windows CE does not provide type libraries for script interfaces. Script debugging is not supported.
See Also
VBScript Application Development
Send Feedback on this topic to the authors