System.Windows.Forms.WebBrowser.GoSearch Method

Navigates the System.Windows.Forms.WebBrowser control to the default search page of the current user.

Syntax

public void GoSearch ()

Remarks

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 erload:System.Windows.Forms.WebBrowser.Navigate method or specify the WebBrowser.Url property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0