10-03-2007 04:33 PM
10-12-2007 10:33 AM
Hi tbd,
I might know what was crashing your computer.
The ActiveX component IWebBrowser2 is associated with the Internet Explorer 6. If the .exe is now running on a computer with Internet Explorer 7, you need to use the IWebBrowserApp library. This is why it is being resolved by reselecting the Microsoft Web Browser (from 6 to 7). You can try to run the old .exe on a computer with Internet Explorer 6.
Cheers,
KostasB
National Instruments Applications Engineering
10-13-2007 02:03 AM - edited 10-13-2007 02:03 AM
Hi KostasB,
I appreciate the reply.
Your idea fits my suspicion that some automatic update was responsible - I'll check IE version next chance I get.
When you say "you need to use the IWebBrowserApp library" do you mean that there should be a new AX object to choose from? I think the property-node still says "IWebBrowser2" chosen from "Microsoft Web Browser"...
Thanks again.
Message Edited by tbd on 10-13-2007 02:04 AM
10-15-2007 11:30 AM
Hi tbd,
that's exactly it. When you install IE 7 you can browse to find the AX object IWebBrowserApp and use it instead of the older IWebBrowser2. The rest of the programming
is identical.
Thank you,
KostasB
10-17-2007 03:16 AM
Hi Kostas,
It looks like both dev. stations are still IE6 - one station is W2K, the other WXP. The "hanging" problem hasn't happened again, though I noticed the "External Component Modified" again. Both stations are @ LV 8.2.1. The hanging was very wierd, in that the VI finally did open - it just took a several minutes (before re-selecting AX object).
Will post again if problem recurs.
Cheers!