|
Deleted User
Collection of nobodies
|
|
| Hello, I'm new here, and I need help in Visual Basic. I got my code to open the ROM and read some offsets, but when I do read them, the values are returned as weird characters instead of the expected 01, 0A, FF, etc...
I tried this code: FileOpen(1, File, OpenMode.Binary) FileGet(1, gxed1.Text, &H3976BC) And the text field gets a " ` " In the ROM there is a "01" when reading through a hex editor. I tried converting to ASCII value and to hex, but I didn't get what I was expecting. The question is, how do I need to convert it to make it display the value like Hex editors do? Thanks. ____________________ =================== [Posted by Jelly Beanie] |




Like this:











