i followed your article about the registry... the Getsettings, and Savesettings is working, but the DeleteSetting is not working
PS: thanks for letting me know about the GetAllSettings.
I would like to 'delete' from a VB/VBA registry key, with a sub key called 'Modules' a key named 'Jan2000'
Windows Registry Tree
---------------------
'VB/VBA Key'
'Modules'
Nov1999 True
Dez1999 True
Jan2000 False
Fev2000 True
I would like to check is The Jan2000 value is true if it is leave it there. but if its false, then remove the jan2000 key from the registry. so i only have keys for the modules installed. and discard the entries regarding modules which are not installed.
PS: i also tryed using the Reg.bas to make a key anyware in the registry, but i cant even create a key or read it as a matter of fact (obviously)I would like to use other key to store my data in the registry other than the VB/VBA key, can anyone guide me in the right direction (i need to create/Delete keys very often) so please show/send me the simpliest code
(im new to this VB thing)
i need some help, if someone want to help me... please do... write me a email, since im using work pc to send this message. send me a mail to '[email protected]' if in any doubt about my needs, and ill send you a complete description of my problem.



I would like to use other key to store my data in the registry other than the VB/VBA key, can anyone guide me in the right direction (i need to create/Delete keys very often) so please show/send me the simpliest code
(im new to this VB thing)
Reply With Quote