Be carrefull however because you may not know what the end user use as web
browser (gozilla, netscape...) so being so specific (I mean running µSoft
IE) may not be always a good idea.You can also use the SDK call
ShellExecute.
To get a working CVI sample project, reach page
http://perso.wanadoo.fr/philippe.baucour/download.html and look for "Launch
Explorer" in the SDK section.
Dowload, run and enjoy (I hope)
--
Philippe
Feel free to visit : http://perso.wanadoo.fr/philippe.baucour
"Aaron T." a écrit dans le message de
news:506500000008000000328A0000-1042324653000@exchange.ni.com...
> I would like to create several image intensive webpages to act as help
> files for the user of my CVI application. A control in the corner of
> each panel in my uir is
a question mark. When the user clicks the
> question mark I would like an existing .html file on the PC to be
> opened and displayed in Internet Explorer.
>
> I have reviewed National Instruments "iedemo" sample program, but I
> wonder if I could accomplish my task without the use of ActiveX.
>
> Thanks!
>
> -Aaron