Save Dword, Decimal value in 64 Bits

Asked

Viewed 105 times

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

  • Please use the [Edit] link to fix the title and code with qword then.

1 answer

1


It was like that at the end. Dim Numero = 22 My.Computer.Registry.Setvalue("HKEY_CURRENT_USER Software Minhachavecriada", "DECIMAL 64 Bits Qword", Numero, Microsoft.Win32.RegistryValueKind.Qword)

I’ve asked to remove the post , no one has removed yet... .

Browser other questions tagged

You are not signed in. Login or sign up in order to post.