0

I'm new to Windows CE so tack it easy. I want to create a GPRS connection pragmatically and dial it in C# for windows CE 5.0 (Visual Stdio 2008). I searched a lot more that 100 pages but nothing!!! for example : http://msdn.microsoft.com/en-us/library/bb840031.aspx

For connecting GPRS I have to dial *99# and some settings but I don't know how to use these sample codes with my settings. The connection management tacks no settings or I do not know how.

Is there any sample code to create GPRS connection with desire settings and dial it? And also I need to dial USSD code request and get response. Is it possible? I have OpenNetCF.dll and ... I highly appreciate any help.

hamid
  • 852
  • 11
  • 27

1 Answers1

1

please check out my question: here. I already have a solution, which should work, just stuck on a problem. Maybe you can step over it. In this case, I will be happy, if you can help me.

You can download OpenNETCF from here.

Community
  • 1
  • 1
HoGo
  • 147
  • 2
  • 17
  • Hi, Thank you for your help but what is assembly reference for "RasDialParams"? It can not finded and also "Ras" in Ras.CreateEntry? – hamid Feb 09 '13 at 04:30
  • Sorry, you are right, forgot to include one more link: http://rascf.codeplex.com/ - here you can find extended OpenNetCF – HoGo Feb 11 '13 at 10:08