VB Code:
  1. Open lpMP3File For Binary As #1
  2.     Get #1, 1, Buf
  3.   Close #1
to VB.NET?