<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UIAdv (Advanced User Interface module) > WebBrowser Control > WebBrowser_Busy |
Description
Determines if WebBrowser is currently busy or not.
Syntax
n = WebBrowser_Busy (hWnd, ctrlID)
Returns
Number: %TRUE or %FALSE
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
Remarks
WebBrowser is an asynchronous control so determine busy condition is not easy.
One of the best way to determine it is to setup a timer in the dialog that checks at regular intervals WebBrowser status.
Restrictions
See also
Examples