CreateWindow

 

Function:

Creates a new window with size specified by the user

Syntax:

CreateWindow "<number ID>" "<Title of Window>" " cooordinate Left-upper corners " " cooordinate lower-Right corners "

Example:

 CreateWindow "1" "My Window Title" "20" "30" "300" "500"

Notes:

 Please see the Example30 and the following commands.

 HideWindow, ShowWindow, AddImage, and Addlabel.