The simplest way to launch the default browser rather than to use the ActiveX interface is to make a call to the windows SDK ShellExecute function. This is essencially the same as double clicking on an html file.
Here is a sample call:
res = ShellExecute(0&, "open", url, NULL,NULL, 3)
for details on the shell execute function look it up in the
Microsoft MSDN note that you will need the SDK toolkit for CVI in order to make the call.
Hope this helps.
Regards,
Amaury R.
NI Applications Engineer