Dail up connection.

  • Thread starter Thread starter Oscar
  • Start date Start date
O

Oscar

Hi,

I got a dail up connection that I would like to control through c#.
All I want to do is:
-Check if connected
-if not, connect!
-else, wait few sec to check again.

Is there a nice way of doing this?

//Oscar
 
Hi,

Check a thread from around a month ago, I posted an answer and provided code
for this.

You can easily find code in the web for this, I'm using one I found a couple
of years ago, don't remember where though.


--
Ignacio Machin
machin AT laceupsolutions com

| Hi,
|
| I got a dail up connection that I would like to control through c#.
| All I want to do is:
| -Check if connected
| -if not, connect!
| -else, wait few sec to check again.
|
| Is there a nice way of doing this?
|
| //Oscar
|
|
 
Back
Top