I have a Logitech G930 headset - it is wireless, and has HotKeys on the headset itself. I am looking to have one of the HotKeys let me answer a Skype call when it comes in.

Where should I start? There is an API for the headset, and also an API for Skype - but I am wondering if it would just be easier to use Spy++ to find the the Skype 'answer button' on the 'incoming call' dialog which is always on top? Any advice on how to accomplish this - with basic knowledge in C#?

I am using Windows 7 Home 64 bit.

Thank you!

link|improve this question

feedback

1 Answer

It really depends on how it is implemented. Perhaps it doesn't use Win32 messages and so Spy++ won't help you. The best bet is to rely on the API abstractions, since the underlying implementation is subject to change.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.