03-23-2010 03:43 PM
Hi,
This might be stupid question, but... Can i control web browser using labview? I know i can use ActiveX to use web browser on the Vi. Can l push browser's buttons (not menu buttons, but for example Google's search button), view page source, fill form fields... and so on. Maybe using some Dll?
-Thx-
03-23-2010 03:46 PM
Hi Alias A,
as you said, you can use ActiveX. You can also move the mouse over the button and simulate a mouse click. See the WinAPI for it. It should also be possible to send a WIN Message to click that button.
Hope it helps.
Mike