i want to make a program the edits the tag of the mp3 file, i have figured out one way of doing it, make the changes by reading the entire 5meg mp3 file and making the neccsaary changes then writing it out again. But the problem is that vb is too slow wif big files, and sometimes locks up.....

is there any other way i can do it, the tag is only the last 128 byte of the file.

I've seen another program that does the same thing, but a hell of alot faster, how come vb can't do that???

any suggestions would be appricated