Link to home
Start Free TrialLog in
Avatar of sbartok
sbartok

asked on

DialUp

I'm looking for simple code (mfc or c/c++ doesn't matter) which AUTODIALS a connection whose settings are given while programming , e.g. i want to dial the phonebook entry buergernetz with username userabc and password abcd1234 . how ?

(it only needs to support win95, not nt)
Avatar of WxW
WxW

Check the API Remote Access Service Functions
Furthermore , you need to call RasDial() for establishing  a connection

Avatar of sbartok

ASKER

thanx, write it as a answer and get 5 points.
ASKER CERTIFIED SOLUTION
Avatar of WxW
WxW

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 sbartok

ASKER

hmm, a piece of code would be cool, but it's okay. if you send me some, pleZ to sacha@dillingen.baynet.de  . thanx
I will try