hi i making a program to make dial-up connection and connecting to the net ,i dial with numbers stored in database , i use win API like(InternetDial() ,InternetHangUp()), but i have two problems 1)InternetDial is dialing with default network connection on pc. i need to make it taking numbers from database.????? 2) i want to create a new dial-up connection on pc, idont now what function i can use thank u for advanced help send me on hz_csharp@hotmail.com
U
User 739495
@User 739495
Posts
-
dial-up connection -
Dial_up connectionhi i making a program to make dial-up connection with c# and connecting to the net ,i dial with numbers stored in database , i use win32 API like(InternetDial() ,InternetHangUp()), but i have two problems 1)InternetDial is dialing with default network connection on pc. i need to make it taking numbers from database.????? 2) i want to create a new dial-up connection on pc, idont now what function i can use thank u for advanced help send me on hz_csharp@hotmail.com
-
create new dial_up connectionit try to use internetdial() to take numbers,but i can't because it take name of connection to dial with (existing connecton on pc) as a parameter plz tell me how to make it take numbers