4

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.

Eric Leschinski
  • 146,994
  • 96
  • 417
  • 335
user53885
  • 3,809
  • 11
  • 33
  • 43

1 Answers1

0

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.

codekaizen
  • 26,990
  • 7
  • 84
  • 140