Hey guys,

Just trying to implement a system wide hot key for an app I'm doing,
however something I'm not quite understanding, so I found some code
that will register the hot key in my WPF app, and it's all fine works
well, for example I'm implementing the Ctrl + Shift + C key combo, and
basically, it's a special overloaded copy specific for my custom app
only. However one thing I don't understand is, if someone was in
Microsoft Word for example and pressed the Ctrl + Shift + C key combo,
sure my app will get a message and I can respond to it, but it didn't
actually copy the text from Word itself.

So my question is, am I taking an incorrect approach to this?

Thanks.

--Winston

Reply via email to