Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
salam
is there any methode to display a specific area from web page on web browser in c#
for expl:i need to display only research box of google in my web browser
thx
Posted
Comments
Kornfeld Eliyahu Peter 28-Jan-14 7:07am    
Just to clarify - you want to take a web page (not yours) and display some part of it?
sidali.kadi 28-Jan-14 7:32am    
yes exactly

1 solution

1. Create a web page of your own
2. Override Render
3. Load requested page using WebRequest (http://msdn.microsoft.com/en-us/library/system.net.webrequest(v=vs.110).aspx[^])
4. Remove parts you don't want
5. Write the remaining part to the output stream
 
Share this answer
 
Comments
sidali.kadi 28-Jan-14 7:59am    
i didn't understand well your solution

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