I'm trying to get at some data from a running application (a game). Using a tool for hacking into games, I've managed to locate the value I want (altitude on a flying game) at memory location 005172D8. I would like to write a VB program that can read this location, and display the value of that location in a TextBox. Any help is appreciated.

Thanks