1
Answer

Playing sound while Device is in standby mode

Tamer Hesham

Tamer Hesham

19y
2.6k
1

Dear All,
I am developing a program like an alarm, which will play a sound at a specified time, but if the device is in standby mode, i can't play the sound, so how could I play sound while it is in standby mode.

note: i am using VS.net 2005 C#  

Answers (1)
0
MythicalMe

MythicalMe

NA 245 0 20y
The emulator does a very good job of emulating what happens on the device it is emulating. I think that to make things work with the limited resources that Microsoft had to modify the implementation. I found this true with ASP.NET where the Javascript is a scaled down version too.