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?
↧
How can I capture a KeyUp event from Excel
↧