LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

driver for browser

Hi,

a few years ago I made an application based on the iedemo.csv example. After determining the type of data using the drop-down menu, the application retrieved the data from the title bar of the html page. 

The application has stopped working well for several days. I suppose this is not a CVI problem but html website providers supporting IE, or WIndows - without CVI IE running  for this html in the same wrong way, but different webbrowsers works good. My question concerns a driver analogous to msie.fp from an example to another browser. Is there such a thing, please help.

0 Kudos
Message 1 of 3
(818 Views)

Which driver do you refer to? What msie.fp does?

0 Kudos
Message 2 of 3
(772 Views)

msie.fp is in the example:

Communication with ExternalApplication, ActiveX,Internet Explorer: iedemo

I use for example:

SHDocVw_NewInternetExplorerIWebBrowser2

SHDocVw_SetProperty

SHDocVw_IWebBrowser2Navigate

SHDocVw_DWebBrwsrEvnts2RegOnTitleChange

0 Kudos
Message 3 of 3
(762 Views)