09-10-2006, 03:42 PM
Dave Wrote:Code:Private Sub txtName_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Call picConnect_Click
KeyAscii = 0 'The Magic line...
End If
End Sub
sry to bump up this topic, but i forgot to read it xD
uhm... keyascii = 0 lets the sound play? but, what about attacking, i didnt find anything related to attacking or pressing enter or something esle