Viewed Web Browser Control...?
hello every body
generally i'm trying to make a simple web broswer...
my program has a button and a tab control. that when i click on the button a new tabpage is added to the tabcontrol with a web browser inside. now i have added a textbox for the url and another button that when i click on it the viewed web browser in the current tabpage is navigated to the url that i have typed in the textbox.
is that possible?
do i have to add an event handler? if yes please show me where can i learn event handler and how to use it...
thanks :)
Re: Viewed Web Browser Control...?