이 내용은 고객님의 설정 언어로 확인할 수 없습니다

이 내용은 다른 사용 가능한 언어로 표시됩니다. 고객님께서 사용하시는 브라우저에 텍스트 번역에 도움이되는 기능이 포함되어 있을 수 있습니다.

Hyperlinks on LabVIEW Front Panel that Will Launch a Separate Web Browser

Updated May 13, 2025

Reported In

Software

  • LabVIEW
  • LabVIEW Base
  • LabVIEW Full
  • LabVIEW Professional

Issue Details

I want to have a hyperlink on my front panel that will launch a separate web browser on my front panel when I click on it.

Solution

Use the Open URL in Default Browser VI

This VI can be found in the Functions»Dialog & User Interface»Help palette in LabVIEW 2013-2017. It takes in the desired URL as a string and opens the website in whatever browser is set to the default for that computer. As such, it may behave differently on different deployment machines.
 

Additional Information

Use ActiveX to launch Internet Explorer

You can also use ActiveX in Windows to launch the Internet Explorer web browser externally from LabVIEW at the click of a boolean control.

To do this, you will need to have a current version of the Internet Explorer web browser installed. This will automatically install the Microsoft Internet Controls, a set of ActiveX objects that you can use to launch the browser.