0
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 Number = 22i o i
integer represents a value for 32 bits as write in 64 bits? I have already taken the i
and it keeps recording at 32 bits.
I’ve decided you can exclude.
Sorry the value is 64 bit Qword
– Perroni
Please use the [Edit] link to fix the title and code with qword then.
– bfavaretto