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?
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?