pocket pc Vibrate

K

kriski

Hi,

I´ve got a pocket pc and want to make it vibrate programmaticaly. I
tried the code on openCF but it does not work on PPC 2003,it gives me
a missing method exception.

My ppc supports vibration, so I don´t know why it gives that missing
method exception.

Thanks
 
P

Peter Foot [MVP]

What type of device do you have. The Vibrate code I posted on OpenNETCF.org
is for Pocket PC Phone Edition and Smartphone devices. Other devices tend to
implement their vibration as an additional notification led. You should be
able to use the NLed API functions (see the Led class in the
OpenNETCF.Notification library). Specifically, query the collection to see
how many Leds are supported, most devices only expose 1 Led for notification
(even though they may have multi-coloured Leds to also show battery status,
bluetooth etc).

Peter
 
K

kriski k

I´ve got an hp iPAQ 5550. My problem is I want to make it vibrate
programmaticaly, but I don´t know how.

I tried with that code on opencf, but nothig. Besides, those days opencf
is not available, so I don´t know how to solve it.

Thanks a lot.
 

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