PDA

Click to See Complete Forum and Search --> : Dial Up Networking.


RonDim
Mar 21st, 2001, 06:54 PM
This may be more of a Windows question than VB but here goes:

One of my apps requires sharing files via Dial up networking. I would like to have the user press a button, and have the program:

-Connect via Dial Up Networking.
-Map a drive.
-Do some file processing
-Disconnect the mapped drive.
-Disconnect the Dial Up connection.

I do know how to Map a drive through VB code, but what is the best method of automatically establishing a dial up connection?

Would this be done through API, or a windows script of some sort?

Any help would be appreciated!

Thanks.

dj4
Mar 21st, 2001, 11:22 PM
Look API here:
http://www.totalenviro.com/PlatformVB

or Ras control in here:
http://www.catalyst.com/products/wrench.html

-Dj4