D
David Buchan
Hello,
I wonder if anyone could help me.
I'm using vb.NET and I'd like to read a binary file, byte by byte, and
then write to another file (making a duplicate, identical file).
I'd then like to modify the program to take the integer value of each
byte and say, add or subtract an integer from it, with the result
still being an integer from 0 to 255. Then write another file that is
just a list of the integers (as a column of numbers).
I think that vb6 allowed the use of GET and PUT, but I don't think
vb.NET allows those anymore. I believe I have to use the methods of
streamReader and streamWriter to accomplish the task, but I don't know
how.
Thanks,
Dave
I wonder if anyone could help me.
I'm using vb.NET and I'd like to read a binary file, byte by byte, and
then write to another file (making a duplicate, identical file).
I'd then like to modify the program to take the integer value of each
byte and say, add or subtract an integer from it, with the result
still being an integer from 0 to 255. Then write another file that is
just a list of the integers (as a column of numbers).
I think that vb6 allowed the use of GET and PUT, but I don't think
vb.NET allows those anymore. I believe I have to use the methods of
streamReader and streamWriter to accomplish the task, but I don't know
how.
Thanks,
Dave