I know this questions are already asked.But i couldn't find any proper answer for it.Here is my question. I tried to load pdf files for print preview in local machine using Webbrowser control.It works fine.But problem is if adobe reader is not installed webbrowser control doesn't open the file for preview.I mean say for example if Foxit reader is installed,then also the webbrowser control doesn't support.I can't access local machine registry to find installed application.Because application is installed for local users also.
webBrowser1.Navigate("......");
Is it possible to show alert if webbrowser cant open the file with adobe reader?