hi, I'm new visual basic and i want to learn more about the VB registry, is there is tutural where i can learn more about registry with visual basic! where i can undersand how this registry works and how to create with visual basic!
Printable View
hi, I'm new visual basic and i want to learn more about the VB registry, is there is tutural where i can learn more about registry with visual basic! where i can undersand how this registry works and how to create with visual basic!
search this forum on registry and you will get loads of threads regarding registries.
When i as learning about the registry i went here, also if you want to go in depth check out the books on Amazon. Just search for Windows Registry.
Hope this helps
Jenova
I undersand the registry, but I'm trying to learn how to write regisry code in visual basic, is there is link where i can learn visual basic registry! or is there is name of book!
For a simple method look at "SaveSetting" and "GetSetting" in VB's help (these only work in a small area of the registry).
Alternatively search this forum for examples - there are several modules/classes to work with the registry that have been posted (the CodeBank is probably the best place).