Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > CONTROL ADD UI_IMAGECTX |
|
Description
Create a new ImageCTX able to decode and show all the images that can be shown in Internet Explorer.
Syntax
hndl = CONTROL ADD UI_IMAGECTX, hwnd, ctrlID, txt, xPos, yPos, Width, Height [, [Style] [, [ExStyle]]]
Returns
Number
Control window handler.
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
txt |
String |
No |
A text expression representing the text you want to assign to the control. |
xPos |
Number |
No |
Horizontal position of the control inside the dialog |
yPos |
Number |
No |
Vertical position of the control inside the dialog |
Width |
Number |
No |
Control width |
Height |
Number |
No |
Control height |
Style |
Number |
Yes |
Primary style of the control. |
ExStyle |
Number |
Yes |
Extended style of the control. |
Remarks
For more information on how to use this control, see UI_ImageCTX specific help.
Restrictions
To use this control, script must explicitly load specific thinBasic module called "UI_IMAGECTX".
Add the following line in script:
USES "UI_IMAGECTX"
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |