[Help]Reading address values and saving them? - VB
So I need to find a way to be able to read an address's value and then save it as an integer. Any ideas?
I'm not such of a wiz when it comes to memory handling and stuff in VB
EDIT - I love typos <3
Well, i'm not sure about reading the address values, but saving them is quite easy.
More details?
Well basically I want to have an address:
Example - &H1AA5854
My program is going to save that address' value and then change it to 255. When the user decides to revert it to the original value, it will read the saved value and change it back.
Like if the address's value was 0 and then it was changed to 255. When it is restored it will read the original value (0) and change it back.
You kinda get what I mean?
[php]dim i as integer
if checkbox1.checked then
'meh
end if
[/php]
?