Click here to Skip to main content
15,923,689 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am stuck with this thing of having to create a URL link in my main form such that when I click on the link it opens another windows form with the contents of the URL . So the link in the first form should direct me to another form and help me display the contents of the URL.Ideas please!!!
Posted
Comments
Sergey Alexandrovich Kryukov 27-Feb-13 1:34am    
What content do you want? Why not using WebBrowser component?
—SA
Nibu Kurian 27-Feb-13 1:53am    
thankyou sir...that idea worked perfectly.
Sergey Alexandrovich Kryukov 27-Feb-13 2:03am    
You are welcome; and thank you for the feedback. I'm very glad it worked for you.
Will you then formally accept my answer (green button at Solution 1)?
—SA

1 solution

One simple approach is using the control System.Windows.Forms.WebBrowser:
http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900