Hello there,
i need some hints on storing my application settings in the registry.
i want to create a registry Key: "HKEY_LOCAL_MACHINE\SOFTWARE\Myapp\"
and store different subkeys in it, like "Winpos" , "Winsize", "AppPath", etc

And i would also like to know how to read and use them after storing.

Thanks.