07-08-2013 06:09 AM
Hello,
I'm using Active x to create a web browser.
I'm trying to post some info through the web page.Then press "send" button to register to some page.
And after the send button the web page will be automatically closed.
My problem is, the posting function through Activex web browser is fine, but after the web page is closed by the server side,
i cannot reload the web browser to open the web page anymore and the error code shows:
LabVIEW: (Hex 0x80004005) Unspecified error.
=========================
NI System Configuration: (Hex 0x80004005) Miscellaneous operation failure.
Does it because my web browser is killed? and how should i reload my web page again?
Please help,
Many thanks~~~
schuarch
07-08-2013 08:25 PM - edited 07-08-2013 08:29 PM
Do you have your source code backup?
Try redeploy it again and restart your computer.
Also, make sure you are calling the correct COM component.
Most ActiveX components have to be registered before being called in an application.
07-08-2013 08:57 PM
Hi All,
my active x web browser navigate error is stop at IWebBrowser2 property as the attached picture.
BTW, once the web browser is closed, the navigation is failed.
But when i restart the program, the web browser come back.
schuarch
07-08-2013 09:11 PM
The picture link is bad and we are not able to see your attached picture.
07-11-2013 05:10 AM
sorry, here comes the pic
07-11-2013 05:12 AM
attached
07-11-2013 08:13 PM
Have you ever tried to referece the shipping example first?