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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top