CREATE SIMPLE WEB BROWSER IN C#


CREATE SIMPLE WEB BROWSER IN C# 
Hi guyz..
           You wanna create Web Browser..??  The Following Tips ll be Helps to you..
     Drag WebBrowser Tool on form from your toolbox 
     You just drag text box and command button on your form , simply use the following coding in command button 
               getCurrentBrowser().Navigate(textBox1.Text);
     Now run the application.

No comments:

Post a Comment

Pages