Dear all
I'm trying to write a VB code to write a binary file. I already did the job but the problem is that an extra 00 byte is always added at the end of the file. I believe the problem is that after I finish writing, the file pointer moves to the next byte... but I'm not sure why this causes 00 to be written
Is there any way not to produce the extra 00 at the end of the file ???
I'm using VB6
Thanks so much.