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
Post a Comment