www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - modifying windows registry?

reply rev <rev_member pathlink.com> writes:
Hello all,

Does anyone here know how to programmatically add, delete, and/or change the
current value of an existing key in the windows registry? If so please lend a
hand by providing a short example that accomplishes this. Thanks Much!

rev
Jan 09 2005
parent reply "Lynn Allan" <l_d_allan adelphia.net> writes:
Try these:
http://dsource.org/tutorials/index.php?show_example=125
"Reads int and string from Notepad registry entries. Creates, writes,
and reads int and string registry entries for dsource app."

http://dsource.org/tutorials/index.php?show_example=130
"Simple windows app that stores its upper-left coordinates in registry
so that it can remember where it was when the app was closed."

"rev" <rev_member pathlink.com> wrote in message
news:crs7p3$29np$1 digitaldaemon.com...
 Hello all,

 Does anyone here know how to programmatically add, delete, and/or
change the
 current value of an existing key in the windows registry? If so
please lend a
 hand by providing a short example that accomplishes this. Thanks
Much!
Jan 09 2005
parent rev <rev_member pathlink.com> writes:
In article <crspd4$2ptt$1 digitaldaemon.com>, Lynn Allan says...
Try these:
http://dsource.org/tutorials/index.php?show_example=125
"Reads int and string from Notepad registry entries. Creates, writes,
and reads int and string registry entries for dsource app."

http://dsource.org/tutorials/index.php?show_example=130
"Simple windows app that stores its upper-left coordinates in registry
so that it can remember where it was when the app was closed."

"rev" <rev_member pathlink.com> wrote in message
news:crs7p3$29np$1 digitaldaemon.com...
 Hello all,

 Does anyone here know how to programmatically add, delete, and/or
change the
 current value of an existing key in the windows registry? If so
please lend a
 hand by providing a short example that accomplishes this. Thanks
Much!
Lynn, this is greatly appreciated. rev
Jan 10 2005