please help me to create dialup connection i c#

hii
how are you ?

i want ask, how i can create program to connecting to internet by using dialup connection in C#?
please tell me any information
thanks
Ahmed Osama
[557 byte] By [AhmedOsama] at [2008-2-5]
# 1
Hi,

you hae to use the windows api. look here:

http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_21466399.html

rgerbig at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...
# 2
You may also want to look at the following MSDN site on WinInet:

"Establishing a Dial-Up Connection to the Internet":
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/establishing_a_dial_up_connection_to_the_internet.asp

This article describes how to interoperate (call unmanaged code from managed code) with the WinInet code from C#:
http://msdn.microsoft.com/netframework/programming/interop/default.aspx

Mike Flasko

MikeFlasko at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...

.NET Development

Site Classified