LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can we display html file directly?

Let say we have to open a html file (in local PC) with containing only text, can we display them directly by any ActiveX codes (is it required a special create ActiveX object?) without worry any html tags?
 
Thanks for any help
0 Kudos
Message 1 of 5
(3,313 Views)
Hi plit string,

You could use our Internet Explorer example "iedemo.prj" that uses ActiveX to display HTML, so you don't have to do any parsing.  You can find this in the Example Finder by searching for "internet".

Gavin Fox
Systems Software
National Instruments
0 Kudos
Message 2 of 5
(3,286 Views)
As an alternative you could consider using OpenDocumentInDefaultViewer function in the Programmer's Toolbox which opens your document in the default web browser.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 3 of 5
(3,278 Views)

I did try your suggestion to open a .html file , but it shows only an empty MS Dos window. Do you know why?

Thanks,

0 Kudos
Message 4 of 5
(3,248 Views)

Thanks for the guide, I am working on it

Many thanks

0 Kudos
Message 5 of 5
(3,247 Views)