On Mon, 6 Oct 2003 18:08:38 -0400, "Slug" < XXXX@XXXXX.COM > wrote:
>Can I save entries to the HKey_Local_Machine\Software instead of only to the
>HKey_Current_User\Software? From what I can tell you cant do this using
>SaveSettings().
Correct. You'll need to use the Api to read/write to other reg areas.
There are plenty of examples and free class wrappers / components
available for this. One (with source) is at:
http://vbaccelerator.com/home/index.asp
Keep in mind that on NT/XP systems, users typically do not have write
permission for HKLM.
-Tom
MVP - Visual Basic
(please post replies to the newsgroup)