Create a simple web browser without using web browser control on visual studio.

  • Thread starter Thread starter Neha11sag
  • Start date Start date
N

Neha11sag

Guest
Its been a week and I'm freaking out . I'm asked to create a simple web browser on visual studio(without using web browser control) and I'm new to C#.

The following are the requirements.

1.Sending http request message

2.Recieving http response where the html source is displayed.

3.error messages must be supported like error 404 , page not found

4.Display the HTTP response status code and (if applicable) the title of the web page at the top of the browser’s main window. Reload the current page by sending another HTTP request for the current web page, and display the contents of the page together with the title and the HTTP response status code as specified above.

5. History and favorites . Should be navigate ,edit ,delete and add.

6. The Home page URL should be loaded on the browser’s start up.

Please help as I'm nearing the deadline.

Continue reading...
 
Back
Top