|
-
September 22nd, 1999, 01:12 AM
#1
Registry editing through VB
Dear Reader
I am using the API function RegSetValueEx to update some values in the windows registry. But each time I update the string value it writes is garbage into that particular field in the registry. I opened the Registry using RegOpenEx.
All I want to write is the value '0' to the string value. I have heard that the registry's values are formatted to UNICODE format when writting to the registry. Is there some thing to do with the format while writting. The dwtype = 1 or REG_SZ. Please help me out with this. I know that there are many OCX'S for registry editing but I want to do this with an API so that I don't have to create a distribution kit.
Amendra
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|