Activate GPRS using Windows Mobile and Csharp.NET 3.5
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
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
-
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