Blobishthing
Programmer
I cant work out what is wrong with this code. when i press the buttons nothing happens.
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then Unload Me
Else: If KeyAscii = 119 Then frmAbout.Show
Else: Keys.Show
End If
End Sub
Thanx in advance
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then Unload Me
Else: If KeyAscii = 119 Then frmAbout.Show
Else: Keys.Show
End If
End Sub
Thanx in advance