LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display some html code in the front panel

Hello.

I am trying to properly display a few lines of html code in some kind of indicator on my front panel.

I was trying to use an ActiveX container with MS IE in it, but all the methods I find are to make it navigate to a given URL. I did not find any method or property by which I could give it some html code and it would display it.

Anybody know of a way to do this? It does not have to be using ActiveX or MS IE.

Thanks in advance,

Alejandro
0 Kudos
Message 1 of 4
(4,139 Views)
I think you will have to save it as a HTML file and give the address to that file to the ActiveX control, and I'm not sure if that will work, because a HTML file might need some header info, or something.

___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(4,125 Views)
save the HTML as a file on the computer and point the control to that, it works quite well.
0 Kudos
Message 3 of 4
(4,121 Views)
Here is a simple way using the activeX that I have embedded in some programs in the past. You will have to call the file path to show the file.
Hope this helps some.
-Dave
Message 4 of 4
(4,103 Views)