- Compact Framework ( F1..Fn , ).
Simon P Stevens .NET, PreviewKeyDown CF. , :
KeyDown For Each ctl As Control In Controls AddHandler ctl.KeyDown, AddressOf OnControlKeyDown
Create OnControlKeyDownand perform special processing for the Fn keys. All other keystrokes remain as they are.
This is apparently a fairly simple way to implement this for the Compact Framework.
source
share