How can I make my application dial the existing internet connection? What I mean is how to dial an existing internet connection from within my application.
Is it possible?
RE: make my application dial to internet
2002-08-16, 07:20#2
You don't have to do anything for dialing. When you construct RSocket, RSocketServer, etc. objects and call Connect()-method the OS will present the choices for available connections to user.
Take a look of SDK's Socket-example. It pretty much shows it all.