What do you mean by register?
This is what I have:
However, when I click another button and then press the spacebar it stops the clock but also 'presses' the button.Code:Private Sub Form1_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown If e.KeyCode = Keys.Space Then swGame.stop() End If End Sub
Major





Reply With Quote