From: Azzi Stefano on 10 May 2006 07:38 Hi, there is an API function for detect a SIM change in a pocket pc? I need to retrieve operator name, number...ecc from a sim. Thanks in advance
From: Peter Foot [MVP] on 10 May 2006 09:57 If you have a Windows Mobile 5 device it is easy - you can query Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName For older devices you'll need to P/Invoke some TAPI functions, specifically lineGetOperatorStatus. You could also use a managed wrapper which works like the WM5.0 solution above - www.inthehand.com/WindowsMobile.aspx Peter -- Peter Foot Windows Embedded MVP www.peterfoot.net | www.inthehand.com "Azzi Stefano" <AzziStefano(a)discussions.microsoft.com> wrote in message news:2B842DAB-8506-4569-B4EC-5A4664ADE6ED(a)microsoft.com... > Hi, there is an API function for detect a SIM change in a pocket pc? > > I need to retrieve operator name, number...ecc from a sim. > > Thanks in advance
From: Azzi Stefano on 10 May 2006 15:49 Thanks for your reply....i know Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName this don't help me....Example: PhoneOperatorName return me a SIM operator "WIND", if i change my sim with another SIM "WIND"....how i detect the change if both SIM are "WIND" operator?. "Peter Foot [MVP]" wrote: > If you have a Windows Mobile 5 device it is easy - you can query > Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName > > For older devices you'll need to P/Invoke some TAPI functions, specifically > lineGetOperatorStatus. You could also use a managed wrapper which works like > the WM5.0 solution above - www.inthehand.com/WindowsMobile.aspx > > Peter > > -- > Peter Foot > Windows Embedded MVP > www.peterfoot.net | www.inthehand.com > > > "Azzi Stefano" <AzziStefano(a)discussions.microsoft.com> wrote in message > news:2B842DAB-8506-4569-B4EC-5A4664ADE6ED(a)microsoft.com... > > Hi, there is an API function for detect a SIM change in a pocket pc? > > > > I need to retrieve operator name, number...ecc from a sim. > > > > Thanks in advance > > >
From: Giuseppe Lippolis on 11 May 2006 09:45 Chek Phone number ex. http://www.alexfeinman.com/download.asp?doc=MyPhoneNumber.zip "Azzi Stefano" <AzziStefano(a)discussions.microsoft.com> ha scritto nel messaggio news:ED1CF582-7A41-4813-9EE1-FEE171E2554A(a)microsoft.com... > Thanks for your reply....i know > Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName this don't > help > me....Example: > PhoneOperatorName return me a SIM operator "WIND", if i change my sim with > another SIM "WIND"....how i detect the change if both SIM are "WIND" > operator?. > > > > > "Peter Foot [MVP]" wrote: > >> If you have a Windows Mobile 5 device it is easy - you can query >> Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName >> >> For older devices you'll need to P/Invoke some TAPI functions, >> specifically >> lineGetOperatorStatus. You could also use a managed wrapper which works >> like >> the WM5.0 solution above - www.inthehand.com/WindowsMobile.aspx >> >> Peter >> >> -- >> Peter Foot >> Windows Embedded MVP >> www.peterfoot.net | www.inthehand.com >> >> >> "Azzi Stefano" <AzziStefano(a)discussions.microsoft.com> wrote in message >> news:2B842DAB-8506-4569-B4EC-5A4664ADE6ED(a)microsoft.com... >> > Hi, there is an API function for detect a SIM change in a pocket pc? >> > >> > I need to retrieve operator name, number...ecc from a sim. >> > >> > Thanks in advance >> >> >>
From: Azzi Stefano on 12 May 2006 03:06 I have tried this akexfeinman example...but don't work....i retrieve always a empty string, is a problem of WM5? "Giuseppe Lippolis" wrote: > Chek Phone number ex. > http://www.alexfeinman.com/download.asp?doc=MyPhoneNumber.zip > "Azzi Stefano" <AzziStefano(a)discussions.microsoft.com> ha scritto nel > messaggio news:ED1CF582-7A41-4813-9EE1-FEE171E2554A(a)microsoft.com... > > Thanks for your reply....i know > > Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName this don't > > help > > me....Example: > > PhoneOperatorName return me a SIM operator "WIND", if i change my sim with > > another SIM "WIND"....how i detect the change if both SIM are "WIND" > > operator?. > > > > > > > > > > "Peter Foot [MVP]" wrote: > > > >> If you have a Windows Mobile 5 device it is easy - you can query > >> Microsoft.WindowsMobile.Status.SystemState.PhoneOperatorName > >> > >> For older devices you'll need to P/Invoke some TAPI functions, > >> specifically > >> lineGetOperatorStatus. You could also use a managed wrapper which works > >> like > >> the WM5.0 solution above - www.inthehand.com/WindowsMobile.aspx > >> > >> Peter > >> > >> -- > >> Peter Foot > >> Windows Embedded MVP > >> www.peterfoot.net | www.inthehand.com > >> > >> > >> "Azzi Stefano" <AzziStefano(a)discussions.microsoft.com> wrote in message > >> news:2B842DAB-8506-4569-B4EC-5A4664ADE6ED(a)microsoft.com... > >> > Hi, there is an API function for detect a SIM change in a pocket pc? > >> > > >> > I need to retrieve operator name, number...ecc from a sim. > >> > > >> > Thanks in advance > >> > >> > >> > > >
|
Pages: 1 Prev: Visual Studio 2005 + Win CE .NET 4.2 = false? Next: COMException "Class not registered" |