how to handle a dial up connection on NT with C#

  • Thread starter Thread starter Floyd Burger
  • Start date Start date
Hi,


You have several options:
1- Use P/Invoke to call the RAS methods, this is a complex matter :)
2- Use an Existent component, you can find several on the web, check
www.innovativedss.com I think they have one
3- If you have IE configured to automatically dial a connection you can
execute IE and it will dial it out for you. ( I haven't tested this but if
you do a search you will get code for this).


Cheers,
 
i want to run a windows application wich is automaticall connect to the
internet and upload a file to a server.and this application suppose to
shdule in the windows shedule.
so i am planing to do this application with C#.and if some one can help me
on the handiling the dial up connetion with C#.
so when we shedule this applicaion it will automatically connect to the
internet and upload the spesific file.
i am looking forward to having a reply from u all.
pls help me
thanks
 
Back
Top