Question hex edit

TheCowboy

Member
Joined
Aug 27, 2012
Messages
5
Programming Experience
1-3
adszqsk.png


I wanna read and write blue zone but I have no idea about that.how can I do that? I'm beginner at vb.net.
 
I've found something works to me but now is the question I want to write textbox2.text to blue zone fully but how can i do that?
 
Reading the post again I find it possible that your question has nothing to do with hex editors, but that you want to read and write a specific range of byte values from a binary file. If so, you can do that using the FileStream class. To convert bytes to String and vice versa you need the Encoding class.
 
Back
Top