ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Embedding Internet Explorer

I'm building an online help system into my labview 6 app using an activex container and IE 5.5. Does anyone know of a way to disable IE's right-click pop-up menus? The computers are part of a factory automation system and I don't want users setting the background image, viewing the html source etc.

Thanks.
0 Kudos
Message 1 of 2
(2,925 Views)
For disabling right click, insert this before
----------------------------

-----------------------------
To avoid the possibilities of viewing the source disable the menus.

Anyway, I might suggest you to consider memory usage (measured with System Monitor) before doing it this way. May be a solution to call
the default browser in order to open a link (also, you avoid IE dependence) instead of having the browser embedded in your application.

Hope this helps.
Message 2 of 2
(2,925 Views)