LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Opening HTML window from LabVIEW

Please,help. How can I open HTML window from LabVIEW?
0 Kudos
Message 1 of 4
(3,430 Views)
Navigate to LabVIEW\help\_browser.llb and open "Open URL In Browser.vi"

This vi will open your web browser with the desired URL.

I hope this helps.
Kurt Friday
www.sciware.com.au
0 Kudos
Message 2 of 4
(3,425 Views)
Your request is unclear.
If you want to have a browser window inside your LV window and you're using windows, you can use ActiveX to do this.
Place an ActiveX container (containers palette) on the front panel, right click it and select "Insert ActiveX Object" and find a browser object. In my computer IE is called "Microsoft Web Browser".
You can then control it on the diagram by using property nodes and invoke nodes.
The most basic one is Navigate, which simply takes you to a URL.
You should be able to find some more information about using ActiveX by searching this site.

___________________
Try to take over the world!
0 Kudos
Message 3 of 4
(3,423 Views)
Hi A Kirsanov,

I posted this to bmihura, but it's probably more applicable to you.

Hope it helps 🙂

Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)

Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor

Message 4 of 4
(3,414 Views)