I saved a registry value from my game that I made using Ambiera's CopperCube.

I would like to read that value within my MMF app. I know it is stored here in the registry:

HKEY_CURRENT_USER\Software\Ambiera\CopperCubeApp\

But I have no idea how to load that value into a MMF app.

Basically I'm trying to build a high score page (which is a MMF app) and the user's score is from the game that I made in CopperCube. CopperCube can't build a high score page but MMF can.

So the value that is stored in that KEY above is under the variable name: "score"

How do I grab the value from the variable 'score' ? do I use the 'Regitry2' object? Or something else?

Thanks,

Ed.