|
Prev: Crystal Reports & Compact Framework Integration on the Desktop
Next: How to prevent SELECTION by user, in TEXTBOX ?
From: juvi on 29 Jun 2008 14:20 Hello, How can I get the current ringtone name on windows mobile 6 std & pro?? thx juvi
From: Peter Foot on 30 Jun 2008 05:18 For Standard Edition you can use SndGetSound with the SND_EVENT_RINGTONELINE1 event constant (see the SDK documentation for more details). This API isn't supported on Professional Edition except to query the mode (Off, On, Vibrate). Peter -- Peter Foot Microsoft Device Application Development MVP peterfoot.net | appamundi.com | inthehand.com APPA Mundi Ltd - Software Solutions for a Mobile World In The Hand Ltd - .NET Components for Mobility "juvi" <juvi(a)discussions.microsoft.com> wrote in message news:2721D4D7-EC6C-4FDD-8494-66DE728B8D40(a)microsoft.com... > Hello, > > How can I get the current ringtone name on windows mobile 6 std & pro?? > > thx > juvi
From: juvi on 30 Jun 2008 08:42 thx for reply...I will look into this SDK......are there big differences between standard and professional edition (regarding SystemState class?) I mean: does SystemState.PhoneSignalStrength work on both platforms? thx "Peter Foot" wrote: > For Standard Edition you can use SndGetSound with the > SND_EVENT_RINGTONELINE1 event constant (see the SDK documentation for more > details). This API isn't supported on Professional Edition except to query > the mode (Off, On, Vibrate). > > Peter > > -- > Peter Foot > Microsoft Device Application Development MVP > peterfoot.net | appamundi.com | inthehand.com > APPA Mundi Ltd - Software Solutions for a Mobile World > In The Hand Ltd - .NET Components for Mobility > > "juvi" <juvi(a)discussions.microsoft.com> wrote in message > news:2721D4D7-EC6C-4FDD-8494-66DE728B8D40(a)microsoft.com... > > Hello, > > > > How can I get the current ringtone name on windows mobile 6 std & pro?? > > > > thx > > juvi >
From: Peter Foot on 30 Jun 2008 09:33
Most of the SystemState properties are common between the two editions. The main exception I can think of is current Profile is specific to Standard edition because Pocket PC/Professional doesn't have the concept of profiles. Also I don't think Professional Edition supports Line2 so those properties are not used. Peter -- Peter Foot Microsoft Device Application Development MVP peterfoot.net | appamundi.com | inthehand.com APPA Mundi Ltd - Software Solutions for a Mobile World In The Hand Ltd - .NET Components for Mobility "juvi" <juvi(a)discussions.microsoft.com> wrote in message news:FD9B2B4A-199C-4BC5-ADC6-DFC588A5ACA4(a)microsoft.com... > thx for reply...I will look into this SDK......are there big differences > between standard and professional edition (regarding SystemState class?) > > I mean: does SystemState.PhoneSignalStrength work on both platforms? > > thx > > "Peter Foot" wrote: > >> For Standard Edition you can use SndGetSound with the >> SND_EVENT_RINGTONELINE1 event constant (see the SDK documentation for >> more >> details). This API isn't supported on Professional Edition except to >> query >> the mode (Off, On, Vibrate). >> >> Peter >> >> -- >> Peter Foot >> Microsoft Device Application Development MVP >> peterfoot.net | appamundi.com | inthehand.com >> APPA Mundi Ltd - Software Solutions for a Mobile World >> In The Hand Ltd - .NET Components for Mobility >> >> "juvi" <juvi(a)discussions.microsoft.com> wrote in message >> news:2721D4D7-EC6C-4FDD-8494-66DE728B8D40(a)microsoft.com... >> > Hello, >> > >> > How can I get the current ringtone name on windows mobile 6 std & pro?? >> > >> > thx >> > juvi >> |