Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. Activate GPRS using Windows Mobile and Csharp.NET 3.5

Activate GPRS using Windows Mobile and Csharp.NET 3.5

Scheduled Pinned Locked Moved Mobile
csharphelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    baranils
    wrote on last edited by
    #1

    Hello It seems that the GprsCoverage Property do not reflect if the GPRS connection is active

    if (Convert.ToBoolean(SystemState.GetValue(SystemProperty.PhoneGprsCoverage)))
    {
    bool GPRSOK=true;
    }

    Is there any way to insure that the connection is active ant activate it if not ? Thankk for your help

    P 1 Reply Last reply
    0
    • B baranils

      Hello It seems that the GprsCoverage Property do not reflect if the GPRS connection is active

      if (Convert.ToBoolean(SystemState.GetValue(SystemProperty.PhoneGprsCoverage)))
      {
      bool GPRSOK=true;
      }

      Is there any way to insure that the connection is active ant activate it if not ? Thankk for your help

      P Offline
      P Offline
      Paul Heil
      wrote on last edited by
      #2

      Use the ConnectionManager API. For C#, you will either have to P/Invoke these APIs or use OpenNetCF[^]. -PaulH

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups