LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

INET_IWebBrowser2Navigate

Hi

we are using the following function INET_IWebBrowser2Navigate to embed the internet explorer in a CVI program.We found this by searching the examples. But the problem is we do not find any explanation about this function. Does anyone know where we can find an explanation how to use this function correctly?

 

by the way: we are using CVI 2010

 

thanks

Oliver

0 Kudos
Message 1 of 4
(3,230 Views)

This function comes from the inet.fp Function Panel that ships with the CVI example. Load the inet.fp (already loaded in the example) as an Instrument and you can then browser to the Function Panels of each function. Right-clicking in a blank area will bring up the help for the function. Right-clicking on a parameter will bring up the help for that parameter. Alternatively, you can right-click on the function in the source code in CVI and choose Recall Function Panel.

National Instruments
0 Kudos
Message 2 of 4
(3,227 Views)

Hi

by rightclicking on the parameters I got the following result:

 

Documentation for this function, if provided by the server, is located in the function help.

 

What I need to know is how can I switch off the scroll bars of the browser window. Is there a possibility to switch the scroll bars off and where do I find it

 

greetings

Oliver

0 Kudos
Message 3 of 4
(3,221 Views)

I apologize, I did not check the parameter help before I posted. The Function Panel is essentially a wrapper around the IWebBrowser2 interface. You can find documentation on those functions at the link below. A quick search did not reveal a way to disable the scrollbars.

 

http://msdn.microsoft.com/en-us/library/ie/aa752127%28v=vs.85%29.aspx

National Instruments
0 Kudos
Message 4 of 4
(3,211 Views)