I just want a sound to play whenever a user clicks a button. Said sound is in OGG format.

Any help? :D

I tried using MediaPlayer, but that seems to be only for videos.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I really doubt there is native OGG format support in WPF. But you can find something in the Net... It looks like this CodeProject article is what you are looking for: .NET Implementation of an Ogg Vorbis Player.

Cheers

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.