Question Read Bytes and be able to modify?

Zirak

New member
Joined
Oct 7, 2009
Messages
3
Programming Experience
Beginner
Hey, I'm trying to create a VB.NET program where you can read bytes of a file to get the names of items, their stats, etc and be able to show them in VB.NET


Lets say in hex the file would look like this

....Item1...5C....40....Item2...58....50

How would I show a drop down list showing two items, and when clicking one It'll display it's information on the form?
 
Back
Top