2
Good Guys, I’m facing a problem with my application when I press the ALT key, I’m not expecting any kind of interaction through the keyboard, but even so exclusively this key gives this error
So I don’t know why this error, I think it’s due to a library that I use to do facial recognition, or because the error form is being called by another form incorrectly, I don’t know , in order wanted to disable the keyboard , because the application in that part does not need the keyboard.
Summary, pressing the Alt key while running the project happens this error?
– CypherPotato
Yes, It’s very strange
– Joab
Have you tried putting this line of code inside a block
try { } catch { }
?– CypherPotato
Yes, even with Try catch gives error
– Joab
The error may be in setting up Windows keyboard layouts, and it occurs with special keys (alt, lgr, Windows Key, etc.) Try to add and remove a Keyboard layout in Control Panel.
– OnoSendai