kakopappa
kakopappa

Reputation: 5085

How to connect to GPRS programmatically in C# Win CE 5

I am trying to automatically start the GPRS connection after device boot complete. How can I do this in Win CE 5 using C#?

Upvotes: 0

Views: 1550

Answers (1)

BitBank
BitBank

Reputation: 8715

What you're looking for is called the Connection Manager. The documentation is here:

MSDN documentation on Connection Manager

Upvotes: 1

Related Questions