In VB how can I read and edit the value of the following key:
HKEY_CURRENT_USER\Software\Microsoft\Microsoft Office\95\FileNew\SharedTemplates\standard
Can someone help me?
Printable View
In VB how can I read and edit the value of the following key:
HKEY_CURRENT_USER\Software\Microsoft\Microsoft Office\95\FileNew\SharedTemplates\standard
Can someone help me?
Have a look at:
http://www.vb-world.net/registry/
------------------
John Percival
Editor, VB-World.net
[email protected]
I already tried the example in http://www.vbsquare.com/registry/tip237.html and it works, but how do I change other values?Quote: