<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UIAdv (Advanced User Interface module) > WebBrowser Control > WebBrowser_LocationName |
Description
Retrieves the path or title of the resource that is currently displayed.
Syntax
sName = WebBrowser_LocationName (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 an HTML page on the World Wide Web, the name is the title of the document.
If the resource is a folder or file on the network or local computer, the name is the full file system path of the folder or file in Universal Naming Convention (UNC) format.
If this method is called before the first navigation is complete, WebBrowser returns an empty string.
See also
Examples