Guest ChrisJM Posted May 6, 2004 Report Posted May 6, 2004 Hi! Was wondering, whats the code to make the phone vibrate for a certain length of time? :roll:
Guest Peter Foot Posted May 18, 2004 Report Posted May 18, 2004 See the OpenNETCF.Notification.Vibrate class in the Smart Device Framework (www.opennetcf.org/sdf/) - or view the source - OpenNETCF.Notification.Vibrate Source Peter
Guest Gladers Posted April 3, 2005 Report Posted April 3, 2005 I can get it to start vibrating and stop vibrating. How do I set the frequency and Amplitude with the following function? int result = VibratePlay(0, IntPtr.Zero, 0xffffffff, 0xffffffff);
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now