Vishwa
Vishwa

Reputation: 1

How to Create Incoming Connections in c#

How to create an incoming connection(Dial-In) programatically in c# or vc++ or any language in windows OS,
we can create it manually by clicking Start Menu----> MyNetwrok places----->Select View Network connection----> Create New connection ----->select setup advanced connection---->Click Next---->Select Accept incoming connection---Click next and select the modem.

Please Help me.

Upvotes: 0

Views: 348

Answers (1)

Incognito
Incognito

Reputation: 16577

You need to use RasAPI32. More details and sample you can also find HERE and HERE.

Upvotes: 1

Related Questions