Atrac3plus 2 Wav.exe
Sonic Exe 2 Play Now
And to use it from your code you can do like this. Ibm installation manager 1.7.3. The example is for an Icon (which is embedded) but i hope you can alter it to get a wav file too.Return New Icon(System.Reflection.Ass embly.GetE xecutingAs sembly.Get ManifestRe sourceStre am('MaIcon.ico'))If you want to have a lite of all the Embedded resources in your assembly try this.Public Shared Function GetListOfEmbeddedResources As ArrayReturn System.Reflection.Assembly.GetExecut ingAssembl y.GetManif estResourc eNamesEnd Function. You said that you wanted Waw1.Wav as an embedded resource. Hi, thanks, the problem is i'm using a SoundClass.DLL and i need to enter a filename not a stream, see my codes:Public Class frmMainInherits System.Windows.Forms.Form'Declaration of VariablesDim OverallTimer As Integer = 1200 '1200 seconds in 20 minutesDim IntervalTimer As IntegerDim CurrentTrack As Integer = 1Dim PlayPressed As Boolean = FalseDim csCls As SoundClass = New SoundClass'Windows Form Designer generated code (hidden)Private Sub tmrOverallTick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tmrOverall.TickOverallTimer -= 1If OverallTimer.