Dialing up using vb.net

  • Thread starter Thread starter Someone
  • Start date Start date
S

Someone

Hello,

Does someone have a piece of code demonstrating how to use a dialup
connection from within a Vb.net program?
It's my goal to use managed code, not the old-fashioned way of using
wininet.dll.
Is this possible?
 
i had the same problem, in addiction to transfer files with ftp protocol.
i resolved the problem using advanced p/invoke, to call unmanaged code from
within managed code.
I used simple RasDial/RasHangup calls.
if you (or anybody else...) want this code, i can send it via e-mail.
 
Back
Top