11-03-14, 09:11 PM
على حسب محتوى الملف استخدم الكود:
PHP كود :
Dim txt As String
txt = System.Text.Encoding.UTF8.GetChars(My.Resources.Resource1)
Dim img As System.Drawing.Image
Using ms As New System.IO.MemoryStream(My.Resources.Resource1)
img = System.Drawing.Image.FromStream(ms)
End Using
Dim wavSound As System.Media.SoundPlayer
Using ms As New System.IO.MemoryStream(My.Resources.Resource1)
wavSound = New System.Media.SoundPlayer(ms)
End Using

