LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

InternetConfigLaunchURL

If you start with the Opne URL in Default Browesr and work your way down through the sub vi's, you end up at InternetConfigLaunchURL where,it would seem, all the action takes place.  I want to send the URL out but not open the web page in my browser. Does any know or can guess where to terminate the vi so this happens.

Thanks.
0 Kudos
Message 1 of 2
(2,450 Views)
Presumably you want to get the value of URL out from Open URL in Default Browser. Well, if you look at the code for that VI all it's doing is a simple Search and Replace. So, just copy that code instead of calling the Open URL in Default Browser VI.
0 Kudos
Message 2 of 2
(2,426 Views)