key event

  1. A

    Controling a group of Buttons using Arrow Keys

    Hi, I'm new to Vb.net programming. I designed a simple form in which I put a group of buttons in a Panel. The panel is initially not Enabled. I added a Start button which Enabled the Panel. Next, I want to use the Arrow Keys to navigate between the buttons in the Panel. I have tried searching...
  2. E

    Multiple key events at same time?

    How can i code my application so that it can handle two sets of key events at the same time? For example, if I was making a game where one player used the WASD, and the other the arrow keys for moving, how can i make it so that both can move at the same time? The code I used only allows one to...
Back
Top