WebBrowser_LocationURL

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UIAdv (Advanced User Interface module) > WebBrowser Control >

WebBrowser_LocationURL

 

Description

 

Gets the URL of the resource that is currently displayed.

 

Syntax

 

sURL = WebBrowser_LocationURL (hWnd, ctrlID)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog containing the control

ctrlID

Number

No

Control identifier

 

Remarks

 

Restrictions

 

If the resource is a folder or file on the network or local computer, the name is the full path of the folder or file in the Universal Naming Convention (UNC) format.

If this method is called before the first navigation is complete, WebBrowser returns an empty string.

 

See also

 

Examples