Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hmpf..third time i am asking this ^^
#1
hey

ok, its pretty easy...how can i remove this sound when you attack or press enter or do anything..this windows sound that alwasy maks: "ding"


hmpf, i wasnt able to find it o.O


thanks!
Reply
#2
Dave Wrote:An example from my frmLogin.

Code:
Private Sub txtName_KeyPress(KeyAscii As Integer)
    If KeyAscii = 13 Then
        Call picConnect_Click
        KeyAscii = 0
    End If
End Sub

KeyAscii = 0 before the sub ends, and there will be no beep.

alright, thanks man Smile


EDIT: hm...i can remove it for pressing enter and so on? i tried it, but somehow it doesnt work...


thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)