Registry entries don't show up Regedit, but are set in UI in VS
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I can successfully create registry keys (createkey)in debug mode of my project, but the key values set with (SetKey) don't seem to change, they always show up as default 0 when inspecting with regedit. The keys are there, but the values are always 0. I tried flush and close. I have tried rebooting and still the values are default 0 in regedit. Crazy thing is, when changing the registry values through my project UI, they appear to succesfully change in the UI, even after reboot of the computer, but when I go to look in Regedit, the default 0 is still there. Does VS work with a copy of the registry that will not show up in regedit???:confused: Thanks, Depotdog