Mirage Source
hmpf..third time i am asking this ^^ - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: hmpf..third time i am asking this ^^ (/showthread.php?tid=784)



hmpf..third time i am asking this ^^ - Gilgamesch - 04-03-2007

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!


- Gilgamesch - 04-03-2007

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