Hello,
I am having issues with a combobox. Basically, I 'm trying to make a little app that allows me to create/modify registry keys. So far, I have be successful, except when using the combobox and selecting REG_DWORD. When That's selected, it uses the value from item above it. It does not matter if I make it item 1, 2, 3 etc. All other selections work fine. Just the DWORD does not work. If I add item 4 and make it REG_DWORD (now 2 DWORD exit is list) and you select the 4th one, it works fine. I attached my project as explain the issue is not easy.
In the project if you select "HKEY_CURRENT_USER", "REG_DWORD" for Key= Software\MyTest Name=Testing, Value = 17028 and select "Set Value". Check the registry and you will see the Type is not correct. Select any other type from the project and it will work just fine. DWORD is the only issue. Can someone explain why? Thanks
I am having issues with a combobox. Basically, I 'm trying to make a little app that allows me to create/modify registry keys. So far, I have be successful, except when using the combobox and selecting REG_DWORD. When That's selected, it uses the value from item above it. It does not matter if I make it item 1, 2, 3 etc. All other selections work fine. Just the DWORD does not work. If I add item 4 and make it REG_DWORD (now 2 DWORD exit is list) and you select the 4th one, it works fine. I attached my project as explain the issue is not easy.
In the project if you select "HKEY_CURRENT_USER", "REG_DWORD" for Key= Software\MyTest Name=Testing, Value = 17028 and select "Set Value". Check the registry and you will see the Type is not correct. Select any other type from the project and it will work just fine. DWORD is the only issue. Can someone explain why? Thanks
Comment