Can someone show me how to create a new key or new string/binary value inside the key, from vb code/vb project ?
Printable View
Can someone show me how to create a new key or new string/binary value inside the key, from vb code/vb project ?
This should help I believe...
Registry
Thank's vijay I'll give a try.
A complete registry project is in here
http://www.vbforums.com/showthread.p...hreadid=280289
you can also use the SaveSetting/GetSetting method, for more on these check the help or
http://msdn.microsoft.com/library/de...GetSetting.asp, http://msdn.microsoft.com/library/de...avesetting.asp, http://msdn.microsoft.com/library/de...etesetting.asp and http://msdn.microsoft.com/library/de...llsettings.asp
And even http://msdn.microsoft.com/library/de...lsettingsx.asp and http://msdn.microsoft.com/library/de...etsettingx.asp
Thank's alot guys, that's really hintful!!