Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can use the SoundPlayer class to play a sound from an embedded resource.
Example
Compiling the Code
This example requires:
Importing the System.Media namespace.
Including the sound file as an embedded resource in your project.
Replacing "<AssemblyName>" with the name of the assembly in which the sound file is embedded. Do not include the ".dll" suffix.
See Also
Tasks
How to: Play a Sound from a Windows Form
How to: Loop a Sound Playing on a Windows Form