IneedtowriteaDwordrecordindecimalinVisualBasicExpress2013.
Howthecodewaswritten:
PrivateSubButton5_Click(senderAsObject,eAsEventArgs)HandlesButton5.ClickDimDecAsDecimalDimNumero=22IMy.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\MinhaChaveCriada",
"DECIMAL" & Dec, Numero, Microsoft.Win32.RegistryValueKind.DWord)
End Sub
When he writes to the record he is adding a zero "ZERO" in front of the creation text that would be "DECIMAL" only and not DECIMAL0 it always puts that zero.