Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


RegSetValueEx dword problem


RegSetValueEx dword problem

Author
Message
eugene2005
eugene2005
Forum God
Forum God (4K reputation)Forum God (4K reputation)Forum God (4K reputation)Forum God (4K reputation)Forum God (4K reputation)Forum God (4K reputation)Forum God (4K reputation)Forum God (4K reputation)Forum God (4K reputation)

Group: Forum Members
Posts: 19, Visits: 38
RegSetValueEx dword problem





I use this as example

RegCreateKey HKEY_LOCAL_MACHINE, "software", Result

RegOpenKeyEx HKEY_LOCAL_MACHINE, "software", 0, KEY_ALL_ACCESS, Result

RegSetValueEx Result, "test", 0, 4, 0, 4

RegCloseKey Result



whatever I try I get in registry dword: in hex 30, but not 0

or if i put RegSetValueEx Result, "test", 0, 4, 1, 4

i get in registry in dword: in hex 31, but not 1



how to make in registry real zero or one in hex?



GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search