28-05-13, 03:45 PM
هذا هو الكود الموجود في الرابط أعلاه قمت بتجريبه ويعمل جيداً
كود :
Dim b As Byte() = My.Resources.Zain
Dim TheFIlePath As String = "D:\.Zain.mp3"
Dim TempFile As System.IO.FileStream = IO.File.Create(TheFIlePath)
TempFile.Write(b, 0, b.Length)
TempFile.Close()
Me.AxWindowsMediaPlayer1.URL = (TheFIlePath)
