WebBrowser.GoSearch Method
Assembly: System.Windows.Forms (in system.windows.forms.dll)
| Exception type | Condition |
|---|---|
| This WebBrowser instance is no longer valid. |
|
| A reference to an implementation of the IWebBrowser2 could not be retrieved from the underlying ActiveX WebBrowser. |
You can use this method to implement a search feature similar to the one in Internet Explorer. Depending on the version of Internet Explorer installed, the user can specify a default search page in the Internet Options dialog box, which is available from Control Panel or from the Tools menu in Internet Explorer.
The default search page is stored in the registry under the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Search Page registry key. With later versions of Internet Explorer, this registry key must be modified in order to change the default search page used by this method. To use a search page other than the default, call the Navigate method or specify the Url property.
The following code example demonstrates how to use the GoSearch method to implement a Search button for the WebBrowser control similar to the one in Internet Explorer. This example requires that your form contains a WebBrowser control called webBrowser1 and a Button control called ButtonSearch.
For the complete code example, see How to: Add Web Browser Capabilities to a Windows Forms Application.
- SecurityPermission for immediate callers to use this control. Demand value: LinkDemand; Named Permission Sets: FullTrust.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
WebBrowser ClassWebBrowser Members
System.Windows.Forms Namespace
GoBack
GoForward
GoHome
Navigate
Refresh
Stop
Url