Search results for query: *

  1. G

    Question I need to get values from registry

    thanks for your reply.i found it.that's my code Dim currentSubKey As RegistryKey = RegKey.OpenSubKey(currentValue.ToString) Dim imageName As String = currentSubKey.GetValue("landscapeImage")
  2. G

    Question I need to get values from registry

    I have created vb script for retrieving data from registry.this is my code and result Code Dim x As Integer Dim con = "\Connection" Dim sysstn = "SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Creative\{computer user id is here}\" Dim location As String = sysstn Dim RegKey As...
Back
Top