digitalmars.D - modifying windows registry?
- rev <rev_member pathlink.com> Jan 09 2005
- "Lynn Allan" <l_d_allan adelphia.net> Jan 09 2005
- rev <rev_member pathlink.com> Jan 10 2005
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
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
current value of an existing key in the windows registry? If so
hand by providing a short example that accomplishes this. Thanks
Jan 09 2005
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
current value of an existing key in the windows registry? If so
hand by providing a short example that accomplishes this. Thanks
Lynn, this is greatly appreciated. rev
Jan 10 2005








rev <rev_member pathlink.com>