Why do I get double calls to the previewKeyDown() function in c#
Posted
by Irro
on Stack Overflow
See other posts from Stack Overflow
or by Irro
Published on 2010-04-30T14:30:47Z
Indexed on
2010/06/10
3:33 UTC
Read the original article
Hit count: 283
c#
I use the previewKeyDown() function for some controls in my project but they always get called twice for each key press. Anyone who knows how to solve this?
And is there anyway to do a global keylistener in my project?
© Stack Overflow or respective owner