hi all
How can I write a string value to a particular folder of the registry using vbcode?
please help me
Printable View
hi all
How can I write a string value to a particular folder of the registry using vbcode?
please help me
See this link.
thanks Mr.Amitabh
:D ;)
Hi
I want to delete something out of the reg what i got is the class and this code but it doesn't work Help
VB Code:
objReg.DeleteKey eHKEY_LOCAL_MACHINE, "\SOFTWARE\Microsoft\OLE"
Don't use the slash at the begining or at the end.VB Code:
objReg.DeleteKey eHKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\OLE"