Click here to Skip to main content
15,879,613 members

Comments by Member 9093981 (Top 2 by date)

Member 9093981 28-Jul-12 4:20am View    
how to detect keyboard detection in C#
Member 9093981 28-Jul-12 4:06am View    
I use the code of ur link... But,

// Determine whether the keystroke is a backspace.
if (e.KeyCode != Keys.Back || e.KeyCode != Keys.OemPeriod )

portion does not work. Please tell me the reason....