D
Doug
In a VSTO project I want to be able to capture every keystroke and be given
control in my C# code so I can make a decision on what to do.
Such as somebody hits the space bar I want to insert a "Happy face". Or if
someone selects and hits the delete key, I get to intercept the delete and
decide what to do if anything.
Any help is appreciated.
Doug
control in my C# code so I can make a decision on what to do.
Such as somebody hits the space bar I want to insert a "Happy face". Or if
someone selects and hits the delete key, I get to intercept the delete and
decide what to do if anything.
Any help is appreciated.
Doug