C
Christine Nguyen
I've written a program in VB.net. I need to open a file in binary mode and
edit it. I cannot find a way to partially overwrite existing data. There
are certain hex values I need to replace in the file. I am looking at the
System.IO.BinaryWriter class. There only seems to be a way to append or
completely truncate the contents of a file. Does anybody have an idea how I
might accomplish this??
Thanks,
Christine
edit it. I cannot find a way to partially overwrite existing data. There
are certain hex values I need to replace in the file. I am looking at the
System.IO.BinaryWriter class. There only seems to be a way to append or
completely truncate the contents of a file. Does anybody have an idea how I
might accomplish this??
Thanks,
Christine