I am trying to use the 'RegSetValue' to insert a key and value. I can only get the Value data to show up in the 'Default' Does anyone know how to insert a Value Name and Value data?
Printable View
I am trying to use the 'RegSetValue' to insert a key and value. I can only get the Value data to show up in the 'Default' Does anyone know how to insert a Value Name and Value data?
You should be using the RegSetValueEx function. RegSetValue is only there for compatibility with 16-bit programs.
http://www.parksie.net/registry.zip for an example.