Using Registry to store Appplication Settings.
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.
Re: Using Registry to store Appplication Settings.
Quote:
Originally posted by mindloop
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.
Why don't you just using a simple text file method.