please help me to create dialup connection i c#
hii
how are you ?
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
you hae to use the windows api. look here:
http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_21466399.html
"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