WireLess Studio Widgets Developer's Guide
WSWDG ContentsWidgets description

WS_BITMAP

This widget displays a bitmap image loaded from a file stored in the mobile unit.

Display: A bitmap image loaded from a file.
Input: None

Common methods supported:
GetHeight
GetText
GetWidth
GetXCoord
GetYCoord
SetBackGroundColor
SetPosition
SetSize
SetText
Show

Specific methods:
SetImageFile

Remarks

The image file set using SetImageFile is used as background on the parent form of the widget, if the image file dimensions are almost the same dimensions of the parent form. If more than one WS_BITMAP widget have the same dimensions of the parent form, the widget used as background is the last one attached to the form using WStForm::AddObject.

Visual Basic 6, Full Example: BitmapDemoModule.bas.txt