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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top