Hi all,

I'm still very new to VB and was wondering how i go about getting a string from the registry?

Specifically, I need to get the InstallPath for acrobat reader so that I can open a PDF file when a command button is pressed.

I know the location in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\4.0\InstallPath\(Default)
but I do not now how to get this string via VB.