Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click
Dim Numero = 22i
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\MinhaChaveCriada",
"DECIMAL 64 Bits", Numero, Microsoft.Win32.RegistryValueKind.DWord)
End Sub
When I use Dim Numero = 22i does% integer of the% represent a value for 32 bits as I write to 64 bits? I already took i
and it continues to write in 32 bits.
I already solved it can delete.