Hello,

How can I get the current ringtone name on windows mobile 6 std & pro??

thx
juvi

Re: How to get current ringtone name ? by Peter

Peter
Mon Jun 30 04:18:24 CDT 2008

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@discussions.microsoft.com> wrote in message
news:2721D4D7-EC6C-4FDD-8494-66DE728B8D40@microsoft.com...
> Hello,
>
> How can I get the current ringtone name on windows mobile 6 std & pro??
>
> thx
> juvi


Re: How to get current ringtone name ? by juvi

juvi
Mon Jun 30 07:42:02 CDT 2008

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@discussions.microsoft.com> wrote in message
> news:2721D4D7-EC6C-4FDD-8494-66DE728B8D40@microsoft.com...
> > Hello,
> >
> > How can I get the current ringtone name on windows mobile 6 std & pro??
> >
> > thx
> > juvi
>

Re: How to get current ringtone name ? by Peter

Peter
Mon Jun 30 08:33:03 CDT 2008

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@discussions.microsoft.com> wrote in message
news:FD9B2B4A-199C-4BC5-ADC6-DFC588A5ACA4@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@discussions.microsoft.com> wrote in message
>> news:2721D4D7-EC6C-4FDD-8494-66DE728B8D40@microsoft.com...
>> > Hello,
>> >
>> > How can I get the current ringtone name on windows mobile 6 std & pro??
>> >
>> > thx
>> > juvi
>>