LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pop up htm file in internet browser

Hi!
I have my read me file in htm format.
On want it to pop up when i will press Read Me button.
How do i convert path to URL,so i can browse in Explorer.
Can anyone help.
 
Kaustubh
VC (Pune)
INDIA
Message 1 of 7
(3,033 Views)
I use the activeX container to show my html read me file that I created in word.  You just need to pass in the file path where the URL goes.
Hope this is what you need.
-Dave

0 Kudos
Message 2 of 7
(3,023 Views)
Here is a vi that you can use and modify at your leisure.If you have any more questions just let us know.

Message Edited by jhoskins on 07-08-2005 12:52 PM




Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 3 of 7
(3,016 Views)
There should also be a VI for this in the Application Control>>Help palette (I don't have LV in front of me at the moment).

___________________
Try to take over the world!
0 Kudos
Message 4 of 7
(2,999 Views)
..\Program Files\National Instruments\LabVIEW 7.0\help\_browser.llb
 
Open URL In Browser.vi
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 5 of 7
(2,992 Views)

Hi!

I have one vi open doc, which will pop the document with extention, (.doc, .xls, .pdf, .htm, .txt)

Thanks for all for Help

Kaustubh

VC (Pune)

INDIA

Message 6 of 7
(2,978 Views)

In the readme button event you can call system exec vi with the command line "explorer.exe filepath/filename.htm", this will pop-up a ie window with the html help file, I have done this before, it is nice since you can change the location of the helpfile and even have it as a remote web file (many applicators are going this route since internet access is ubiquitous and files can be updated frequently).  You can also add switch statments to customize how the browser looks when viewed ( I havent done this much but am sure that the command line prompt switch statments are doccumented).

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 7 of 7
(2,968 Views)