‎11-30-2010 09:36 AM
I'm using a web browser window to display content from a web application in my LV front panel. I'd really like the content to appear as native parts of the front panel rather than being inside a frame. Is there a method that will allow me to hide or remove the frame from the ActiveX control? I've tried to make it a custom control and edit the decoration out but that does not seem to work.
Solved! Go to Solution.
‎11-30-2010 10:16 AM
I can in 8.2 (and newer) drop a Web browser directly from the activeX meny, else you can drop a ordinary ActiveX container, set both colors to Transparent in the toolbox and paint the border.
/Y
‎11-30-2010 10:29 AM
It seems that a web browser control is required rather than just an ActiveX container. I can paint the ActiveX container as you state but not the web browser. It behaves differently.
‎12-01-2010 05:06 AM - edited ‎12-01-2010 05:07 AM
Quite right, in my 8.2 the web browser is already borderless (probably transparent). If your web browser window doesn't look good you should be able to insert it into the activeX one, the other should be a special case.
/Y
‎12-15-2010 09:11 AM
My solution is to put the web browser control into a sub-VI and include it in the main front panel using a sub-panel. By properly framing the front panel of the sub-VI, I can hide the border of the web browser control.