LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing web browser events in the labview

Hi,
 
I am using the Web browser on my front panel (Lab View 8.2) and I can type in the URL and it opens up the website on my front panel. I want to listen to the events happening in the web browser. For example if I click a link on the web page being displayed on my front panel and it opens up a Windows file browser, then how can I listen to this event?
 
What I am trying to acheive is to automate the process of saving the file if the windows file browser opens up asking for the location for saving the file.
 
Thanks.
 
 
Kam
0 Kudos
Message 1 of 2
(2,511 Views)
You need to use event callbacks for the active X component. You can see some examples in the example finder. I think one even uses the web.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 2
(2,507 Views)