AddImage

 

Function:

Adds a .BMP or .ICO image to a window

Syntax:

AddImage "<number ID>" "<Image path>" "<cooordinate Left-upper corners>" "<coordinate lower-right corners>"

 

Example:

 AddImage "1" "D:\TMail3\FTPClient\group.ico" "20" "30" "`100" "300"

Notes:

 At this time images may only be .ICO or .BMP file types

 

 Please see the Example30 and the following commands;

 HideWindow, CreateWindow, ShowWindow, and Addlabel.