Text boxes do not support
HTML in LabVIEW, so you cannot create hyperlinks inside them. However, you can drop an ActiveX web control on your front panel and point it to a small HTML file with your text and hyperlinks. There's a particular way of formatting your hyperlink in HTML to make it open in another browser, but I don't remember that at the moment.
If you're in to kludges, you could try a picture control with your hyperlink inside. Use an event structure to capture the mouse down on the control. Then, use the mouse properties of the picture control to read the coordinates of the click and check those against the known boundaries of your hyperlink. If the click is in-bounds, launch the browser with the desired URL.
As for your second quest
ion re: graphics in text boxes.... Not unless you get very creative with your symbol fonts
🙂 Again, if you want to mix graphics and text (dynamically), use the picture control.
Daniel L. Press
PrimeTest Corp.
www.primetest.com