Code:
http://msdn.microsoft.com/en-us/library/bb820885.aspx
Detail: Please download this video. it is around 27 MB in size.

Sponsored Links

Windows Forms provide your project with components, such as dialog boxes, menus, buttons, and many other controls, that make up a standard Windows application user interface (UI). You can drag the controls onto your application's main form and adjust their size and position. As you do this, the IDE automatically adds the source code to create an instance of the appropriate class and initialize it.

This video shows you how to create your own Web browser application, which you can customize with shortcuts to your favorite Web sites. The following tasks are included in the process:

* How to create a new Windows Forms application.
* How to switch between Code view and Design view.
* How to change the Windows Form's properties.
* How to add controls to the form.
* How to create event handlers for controls.