Creating basic Hex reading/writing app

Dec 2 2008 10:35 AM

Hey, Im new to c# and I was wondering how I would go about making an app that will let me open a file, read a certain offset (say 0x0C) and then have the byte at that offset show up in a textbox. also being able to edit that byte in the textbox and then save the changes with a button.

Help with writing this code would be highly appriciated.


Answers (1)