The app launched as a result of this button press is defined in the registry
(I forget the exact location of the key). Therefore you can replace the
value and have the system launch your application, then you don't have to
worry about the low-level key handling.
Peter
--
Peter Foot
Device Application Development MVP
www.peterfoot.net |
www.inthehand.com
"qhe" wrote in message $kp0$1@news.cn99.com...
> Hi all,
>
> I'm writing a voice recognition software for WM5.0 smartphone, I need to
> capture the BlueTooth headset's button click event. This button triggers
> the built in voice dial engine from microsoft, and I want to replace it.
>
> I've used the following functions to capture the VK_APP3, which is send by
> long-volume-down:
> UnregisterFunc1
> RegisterHotKey
>
> according to the document, the key-press of BT handset seems to be
> VK_VOICEDIAL (same as VK_F24), but I can't capture it using the same way
> as for VK_APP3.
>
> What can I do?
>
> Thanks,
> Qiang He
>
>
Archived from group: alt>cellular>bluetooth