x86

  1. Adagio

    Question Get registry value - x86

    I have been searching for a way to retrieve the full path for Outlook.exe and have managed to do it like this: Public Function GetOutlookPath() As String Return My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\OUTLOOK.EXE", "Path"...
Back
Top