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
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