views:

96

answers:

0

I'm writing a Compact Framework 2.0 application on Windows Mobile 6.5

Several of the built-in controls (e.g. button) produce haptic feedback - small vibrations - when clicked.

Is there any way the same thing can be achieved in custom controls?

I'm aware of some platform specific APIs for this - but I'm looking for a generic WM6.5 API to call if there is one.

related questions