02-17-2012 08:21 AM
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
02-17-2012 11:18 AM
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.
02-20-2012 07:35 AM
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
02-21-2012 09:47 AM
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