02-26-2009 03:57 AM
I used a Web Browser ActiveX in my user interface, I open a page with the IWebBrowser2 --> Navigate2 method then I made the ActiveX visible.
The problem is that Navigate2 doesn't wait the page is completely loaded.
Is there a way to force this behaviour (LV 8.2 on WinXP)?
Solved! Go to Solution.
02-26-2009 04:09 AM
Hi Vix,
you can check the ready state in a while loop. Place it after the navigate2 invoke node.
Mike
06-18-2009 09:36 AM
I am also trying to open a page and log the following:
- time it takes to open
- if it opens or not
I tried to read the status with the activex but don't know exactly what method to use; could you give more details?
Thank you
06-18-2009 10:34 AM
06-18-2009 12:42 PM