S SvenÅke Andersson Apr 8, 2004 #1 Does anyoneknow how to from an C# application play the build-in tap sound? /SåA
M Mike Apr 9, 2004 #2 Here's a VB definition to make a beep sound: '<DllImport("coredll.DLL", EntryPoint:="MessageBeep")> _ Declare Function MessageBeep Lib "coredll" (ByVal flags As Integer) As Boolean
Here's a VB definition to make a beep sound: '<DllImport("coredll.DLL", EntryPoint:="MessageBeep")> _ Declare Function MessageBeep Lib "coredll" (ByVal flags As Integer) As Boolean