Page 1 of 1

Programming: Making A Web Browser In C#

Posted: Thu Jan 13, 2005 12:46 am
by Oosty
Ok, i am going to consider you a newb to Visual C#, so, its all STEP BY STEP


THIS TUTORIAL IS HUGE



Launch Visual C# Express.

Click New on the File menu, and then click Project.

The New Project dialog box appears. This dialog box lists the different default application types that Visual C# Express can create.

Select Windows Application as your project type.

Change the name of your application to Web Browser. The default location should be fine, but you can always enter a new path if you wish.

Click OK.

Visual C# Express creates a new folder for your project, named after the project title, and then opens the main Visual C# Express window. The default view is of your new Windows Form, entitled Form1. You can change from this view to the source code view at any time by pressing F7, and return to the designer view by pressing SHIFT + F7.


The Windows Form is the window that opens when your application is launched. You can drag various controls into this window, accept input from the user, display text and graphics, and do everything that a Windows application can do. Behind the scenes, the code that is required to manage the window has been created by Visual C# Express, and is contained in a file that is normally hidden from view. You can see this file

Posted: Sat Jan 15, 2005 8:29 am
by Cheech|N|Chong
nice tutorial...too bad i only program in VB6...barely

Posted: Sat Jan 15, 2005 5:02 pm
by Thebirthdayhat
same here, but wanna learn c. is there a free trial download. nice tut by the way :wink:

Posted: Tue Jan 18, 2005 9:42 pm
by kaptainkommie
Stickied.

Posted: Sun Nov 20, 2005 2:22 pm
by death king
sry if this was posted long time ago, but there is a express edition, just type visual c# in google and select the second link, find the download

Posted: Thu Feb 02, 2006 4:06 pm
by {BKK}
That is a really great tutorial but there is a new version of C# and this tutorial no longer corresponds to C#. :(

Posted: Sat Mar 22, 2008 3:06 pm
by sneakyn8
when i build it tells me that it dosnt contain definitions for all of the commands

Posted: Sat Mar 22, 2008 3:12 pm
by Aumaan Anubis
You mean like, WebBrowser1.Navigate? That kind of command? Or like... be a little more specific.