C# How to programmatically tab between controls -
I would like to be able to programmatically emulate keyboard navigation for dialog boxes.
I have custom hardware devices which I would like to use for a dialog box with a keypad for navigation.
I know about focus (), but I want to do something that is automatically respected by tab order. By emulating the keyboard navigation, I am not worried about rediscovering complex behavior for each type of control.
Does anyone know how to do this?
Thank you!
Use P / AW to call the Windows API function to simulate you by pressing the tab key can do.
Bonus: You can also use your device to enter tabs in the text editor! ;)
Comments
Post a Comment