How to create GPRS connection programtically !!

  • Thread starter Thread starter Muhammad Arif
  • Start date Start date
M

Muhammad Arif

Dear All,
How do I create a GPRS connection programatically through my own
application. If some one have some sample code (VB.NET or C#), please
post it or provide me some URL for sample code.

Regards,
Arif
 
Dear Muhammad Arif

You must do this trough the DUN we are doing this my making a dll in evc and
pinvoke our own dll.
"connmgr.h" and "ras.h" this is the one you should look into. You must
enumerate the list for "Default Internet Settings" and be shure you are not
connected to you computer with active sync when you try this code. The
software will use the Active sync connection.

These are the *hints* I can offer you.

take care!
Regards

Floris Briolas
 
Dear,

I need the low level API sample code for GPRS connection. I want to
write the components myself.

Regards,
Arif
 
Yes, I understand I was going to..... but why? You can buy it instead of throwing your time away. Time is many...
 
Have you thought about using the ConnectionManager wrapper as provided with
OpenNETCF?

Simon.
 
Back
Top