From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

default internet service provider

I am writing an application that allows users to connect to certain internet
sites. is there a way to automatically detect and then launch the default
internet service provider (i.e. america online).
0 Kudos
Message 1 of 4
(2,569 Views)
patrick sincebaugh wrote:

> I am writing an application that allows users to connect to certain internet
> sites. is there a way to automatically detect and then launch the default
> internet service provider (i.e. america online).

You probably want to get to the dialer (assuming it is a dial up connection)
although if you launch the default browser it usually launches the dialer.
the problem is that the user will have to interact with it.

Any way you approach it you will have to search the registry,
find the dialer, (or default browser) and launch it.

I cant get you any closer than this since I have never tried it.

Kevin Kent
0 Kudos
Message 2 of 4
(2,569 Views)
There is a VI that ships with LabVIEW called Open URL in Browser.vi. This VI
makes a call into the registry to determine the default browser for your OS.
You can find it in LabVIEW/Help/INTLINKS/_browser.llb. I hope this helps you
out.

Erin Bray
National Instruments

patrick sincebaugh wrote:

> I am writing an application that allows users to connect to certain internet
> sites. is there a way to automatically detect and then launch the default
> internet service provider (i.e. america online).
0 Kudos
Message 3 of 4
(2,569 Views)
I'm not sure if you want to use a browser or other TCP/IP operation -
I assume you are using a dial-up connection.

I have used the Win95 dialer with LabVIEW to open a connection, send
an email and then close the connection by using NetLaunch (a freeware
addon) that lets you specify which ISP to use (assuming you have
several) and disconnect with command-line switches. It provides for
retries and will insert password - it works in conjunction with the
dialer settings.

While it works, I'm not convinced it is robust. If you have users
looking at the screen it's not so bad - if it is totally remote and
automated some events could trip it up. I'd be interested to hear any
other solutions.

Regards,

Donald Love
dlove@paradise.net.nz

On 15 Dec 1999 22:42:54 -0600, "p
atrick sincebaugh"
wrote:

>
>I am writing an application that allows users to connect to certain internet
>sites. is there a way to automatically detect and then launch the default
>internet service provider (i.e. america online).
0 Kudos
Message 4 of 4
(2,569 Views)