Tap sound

  • Thread starter Thread starter SvenÅke Andersson
  • Start date Start date
S

SvenÅke Andersson

Does anyoneknow how to from an C# application play the build-in tap sound?

/SåA
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top