A
AC
I am able to add a WAV file to the VB.NET project.
BuildAction = Content (properties window)
How do I reference the embedded WAV file so it's part of the EXE when
compiled ? I'm trying to avoid the : rc = PlaySound(FileName, 0,
SND_NOWAIT) scenerio. I'd prefer to use the wav file much like a class
(which cannot be changed by the user)
Thanks,
AC
BuildAction = Content (properties window)
How do I reference the embedded WAV file so it's part of the EXE when
compiled ? I'm trying to avoid the : rc = PlaySound(FileName, 0,
SND_NOWAIT) scenerio. I'd prefer to use the wav file much like a class
(which cannot be changed by the user)
Thanks,
AC