Hi Edgar,
There is no textbox that will automatically parse the HTML you pass to it and display it like a browser. A good way to accomplish this is to use an ActiveX container that calls to a web browser like Internet Explorer which would parse the code and display a web page with links, images, etc.
Some examples of using ActiveX to call Internet Explorer are found at C:\Program Files\National Instruments\CVI(version)\samples\userint\activex\WebBrowser.prj and C:\Program Files\National Instruments\CVI(version)\samples\activex\ie\iedemo.prj
You can also use the
Microsoft Internet Browser
control. After dropping in
the control on the panel, right click and select "Generate ActiveX
control driver" to give you the functions with which you can manipulate
the control.
Test Engineer - CTA