How would I do the following in Visual Basic Express?
a) Press “delete”, “home”, and “shift” on the keyboard with the program. // Still need to figure out how to do this.
b) Detect when “z” and “x” are pressed. // I’m using buttons instead of this part now.
Thanks so much! 🙂
- Windows Form Application
Here is “ONE” way.. it detects the Enter press in .NET Win Forms. The 13 represents “Enter”.
More key types can be found by using something like this to detect your key presses.