Link to home
Start Free TrialLog in
Avatar of tparvaiz
tparvaiz

asked on

Dial Up application

Hi,
I am working on a project which is much like a windows dial-up-networking application. The customer would enter the local phone number of his provider, his login name and password. The application would dial up the provider server.

Please let me know that how it can be done using Visual C++.

Thanks for your help.
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tparvaiz
tparvaiz

ASKER

Yes we can do it. Can you please advise me that from where I can get coding information.

Thanks for your time
What do you mean by "coding information"?
I mean that how am I going to make a remote session using C++. There must be some commands or procedures who would be calling RAS client/server.

Thanks
I thought I had given the information with my answer. The functions you will be using are listed at

http://msdn.microsoft.com/isapi/msdnlib.idc?theURL=/library/psdk/network/remacces_5zsj.htm

You will need RasDial, RasHangUp and RasDialDlg (NT only), etc.
Thanks for your reply. I might ask few more questions but this question is answered.


Thanks for your time and answer