Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have winform application i want to open a webpage in side a winform please any one provide one ssample for the same...
Posted
Comments
Maciej Los 21-Aug-13 2:15am    
Do you want to open webpage (inside your application) or webbrowser (in its window) from winform application?
Ganesh_verma 21-Aug-13 10:54am    
want to open webpage (inside my application)

Add a WebBrowser control[^] to your form, and call it's Navigate property.
 
Share this answer
 
I think this is the sample what you needed

WebBrowser Control in C# and Windows Forms[^]

Regards..:)
 
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