Как прочитать (по умолчанию) значение ключа из реестра с помощью VB6
Как прочитать (по умолчанию) значение ключа из реестра с помощью VB6;
Что я уже пробовал:
Private Sub cmdRDetails_Click() Dim strResult As String strResult = strResult & GetMeRegistry("ABC.OCX") + vbCrLf End Sub Public Function GetMeRegistry(ByVal RootKey As String) As String txtRegistryDetail.Text=GetMeRegistry("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\6.0\0\win32\Default") End Function
Richard MacCutchan
Что происходит в GetMeRegistry
подпрограмма?