Not sure how to word this right as I've never done it before. Also not sure which language I should code it in..

How would I go about getting a value from an exe if I already know what address it's located at?

For example..in the app I'm making that calculates the current xp per hour, I need to be able to retrieve the total xp on my char from the game exe. I already know that the xp is located at 0080B910 and can see it with my debugger.

I just need to grab that value and put it into a var in my program.

The only language I'm semi-decent at is VB .NET but am willing to learn more if needed, I'll have to eventually anyways.

Help me out here guys =)