How to read keyboard input, KeyChar, on FormLoad event in C#? -


a key pressed while starting winform program. i'd read keyboard input during program startup process. how can that?

set keypreview of form true , add code in form's keypress or keydown event.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -