I want to modify the registry on another computer. Does anyone have an example how to use the API below:
Thanks,Code:Public Declare Function RegConnectRegistry Lib "advapi32.dll" Alias "RegConnectRegistryA" (ByVal lpMachineName As String, ByVal hKey As Long, phkResult As Long) As Long
TheBao




Reply With Quote