M
mick
In my app I needed to play the odd sound. Initially I used the SoundPlayer
but found I had no control
over the volume so I decided to use unmanaged PlaySound. I play a sound from
a file but was wondering
how I would play one from a resource -
PlaySound(XXXX, IntPtr.Zero, SND_SYNC|SND_RESOURCE);
XXXX - What goes here?
mick
but found I had no control
over the volume so I decided to use unmanaged PlaySound. I play a sound from
a file but was wondering
how I would play one from a resource -
PlaySound(XXXX, IntPtr.Zero, SND_SYNC|SND_RESOURCE);
XXXX - What goes here?
mick