|
-
Oct 27th, 2001, 05:22 AM
#1
Thread Starter
New Member
get 'ping'-sound
I've made a program and if I want to change the focus from text1 to text 2 I do this:
--------------------
Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = 13 Then
Text2.SetFocus
End If
End Sub
--------------------
but when I press the enter key, I get a 'ping'-sound.
how can I make this disappear?
martijn
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|