I am writing an application that reads a database of .pdf files.

When they choose one, I want to shell out to adobe reader. How do I find out if adobe reader is installed, and then get the path to it so I can shell out to it and have the correct file opened?

I found some code that uses 'PrivateProfileString', but that is not supported in my VB.

Thanks,
Mike