A way to disable this sound or disable any sound in my App?

Code:
[blue]
If Not IsNumeric(txtSampleNum) Then
    MsgBox "Only Integers.", ,""
    Exit Sub
End If
[/blue]