I'm working on a C# Excel project. The Excel.Application
object only offers a .OnKey
method for interacting with the keyboard. This effectively gives me a KeyDown event. But I need a KeyUp event. Any Ideas how to achieve this?
I found a solution that actually works with Excel. I used this GlobalMouseKeyHook library with ease!