Navigation:  thinBasic Modules > UI (User Interface) > CONTROLs >

CONTROL ADD TBURL32

Previous pageReturn to chapter overviewNext page

 

Description

 

This class name creates a control that simulate a standard url link.

 

Syntax

 

CONTROL ADD TBURL32, hwnd, ctrlID, txt, xPos, yPos, Width, Height [, [Style] [, [ExStyle]]]

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

ClassName

String

No

Class name: "TBURL"

hwnd

Number

No

Handle of the dialog containing the control

ctrlID

Number

No

Control identifier

txt

String

No

Use txt to indicate text to display and url web link separated by ";"

For example: "Go to thinBasic web site;http://www.thinbasic.com/"

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

 

Restrictions

 

See also

 

Examples

 

CONTROL ADD "TBURL32", hDlg, 10, "thinBasic;http://www.thinbasic.com/", _

                                                                        2, 145, 100, 10, _

                                                                        %WS_VISIBLE Or %WS_CHILD

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com