Thank you for your response.
Actually I am not finding OpenNetCF.Notification.dll. I have installed
complete SDF2.0 from www.opennetcf.org. but I dint find this dll.
Can you tell me where can I find this dll for vibration. I hope you can
help me in this matter.
Is there any API for Sound and Vibration?
R1ZWAN
For vibration SDF has this:
http://www.peterfoot.net/VibrationAndPocketPCDevices.aspx
As for the sound, you can use PlaySound API:
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/playsounds.aspx
SLV
Thank you for your response. Actually I am not finding OpenNetCF.Notification.dll. I have installed complete SDF2.0 from www.opennetcf.org. but I dint find this dll. Can you tell me where can I find this dll for vibration. I hope you can help me in this matter.
Thanks in Adcance,
cheesetarmac
I'm not real familiar with the SDF, but it looks like the Notification stuff moved in SDF 2.0 to OpenNETCF.WindowsCE.Notification. See here:
http://www.opennetcf.org/library/OpenNETCF.WindowsCE.Notification.html
Looks like it's in OpenNETCF.WindowsCE.dll, and the Notification namespace contains the Led class.
--Jeff