I was asked to replocate my question to this location, hopefully this section is the place..
--------------------------------------------------------------------------------------------------------------

Hello all,

Im using Microsoft Visual C++ 2010 Express, and am making an Windows form application.
I am trying to retreive (integer) variables from an other running program called 'createvar.exe'.
How to do that???

I pretty sure I have to
1) retreive the base-address of the program called 'createvar.exe' and
2) add the offset for the desired variable(s) (thát I DO have)
3) write the value found in thát memory location to a variable.

Ive spend literally days and days trying to figure out how to do this.....
Apparently im using 'managed c++'

Can anyone PLEASE tell me how to get a base address of another program, and how to use a pointer to a pointer to a variable?

Thanks!