Hi,
I am a beginner in VB.NET(2005) and I have 2 questions !
1) Is it possible in a listview to number the individual lines?
2) Is it possible to search in a binary file. The reason why i ask this, is because i want to get the title and the artist out of a m4a file. And i found out with a hex editor that these strings are in every m4a file in a different location. (Not like IDv1.1 & 2.0 or 2.2).
I am looking especially for "ART" (8 Bits, 65 82 84).
I tried it like,
Dim _test As Byte() = My.Computer.FileSystem.ReadAllBytes("D:\A.M4A")
and i tried it also with the binaryreader (with Peekchar). But finding these strings after each other, so i know i am in the right place, is proving a little bit to difficult for me.
If anyone could point me in the right direction, it would be much appreciated
Thx
MJCM
I am a beginner in VB.NET(2005) and I have 2 questions !
1) Is it possible in a listview to number the individual lines?
2) Is it possible to search in a binary file. The reason why i ask this, is because i want to get the title and the artist out of a m4a file. And i found out with a hex editor that these strings are in every m4a file in a different location. (Not like IDv1.1 & 2.0 or 2.2).
I am looking especially for "ART" (8 Bits, 65 82 84).
I tried it like,
Dim _test As Byte() = My.Computer.FileSystem.ReadAllBytes("D:\A.M4A")
and i tried it also with the binaryreader (with Peekchar). But finding these strings after each other, so i know i am in the right place, is proving a little bit to difficult for me.
If anyone could point me in the right direction, it would be much appreciated
Thx
MJCM