Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I found the answer my self.

 

       Dim fs As New System.IO.FileStream("C:\Test.mp3", System.IO.FileMode.Open, System.IO.FileAccess.Read)
       Dim r As New System.IO.BinaryReader(fs)

       fs.Seek(fs.Length - 128, IO.SeekOrigin.Current)
       MsgBox(r.ReadChars(3))

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...