VBScript Support in Windows Embedded CE (Windows Embedded CE 6.0)

1/6/2010

The following list provides information about the VBScript functionalities supported in Windows Embedded 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 can format dates, numbers, and currency built into the language.
  • VBScript includes built-in support for iterating through 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 Embedded CE does not provide type libraries for script interfaces. Script debugging is not supported.

See Also

Other Resources

VBScript Application Development