creating a simple web browser

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

I want to create a simple web browser in win forms which should have the
following.
A control where the actual webpage is displayed.
Back/and forward buttons.
An address field where I can input the url.

I have some questions here.
1. What kind of control should be suitable to display the webpage ? Can I
use a RichTextBox ?
2.What kind of control do I use to access a url ?

//Tony
 
Tony,

A "simple" web browser does not exist.

However, as you want to reuse IE then you can take Peter's suggestion.

Cor
 
Back
Top