How to get current ringtone name ?

J

juvi

Hello,

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

thx
juvi
 
P

Peter Foot

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
 
J

juvi

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
 
P

Peter Foot

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top