| http://www.w3.org/ns/prov#value | - Below is an example of my code:Private Sub C_KeyDown(ByVal sender As System.Object, ByVal e As PreviewKeyDownEventArgs) Handles C.PreviewKeyDown ' C is the label attached to the first 'Rectangle' (Key)If (e.KeyCode = Keys.A) Then 'The A key should activate the C key on the keyboard [code]....I have KeyPreview set to 'True' under the form's properties.
|