Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

F10 Key is not caught

I have a Windows.Form and there overriden ProcessCmdKey. However, this works with all of the F-Keys except for F10. I am trying to search for the reason why ProcessCmdKey is not called when I press F10 on my Form.

Can someone please give me a tip as to how I can find the cause?

Best Regards, Thomas

like image 1000
BennoDual Avatar asked Jul 12 '11 12:07

BennoDual


1 Answers

Windows treats F10 differently. An explanation is given in the "Remarks" section here on MSDN

like image 93
Fishcake Avatar answered Oct 17 '22 09:10

Fishcake