I am using Visual Studio Express 2013 for Desktop, Windows 7. I have a form with a webbrowser control used as a file explorer, with the URL set to a shared folder on our network (the S:\ drive). I would like for the user to be able to search for a particular folder in the list by using some sort of "Find Dialog," usually accessible by CTRL+F in Windows Explorer. CTRL+F works just fine on a webbrowser control if the URL is set to an actual Web URL, but it doesn't seem to work at all if it's a local folder. I've tried using SendKeys but no luck. Is there any way to create a find dialog for the control being used in this way?