The text of this article is not in this database — only its details are. Read it on the old site: Windows Forms WebBrowser Control
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Windows Forms WebBrowser Control
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
SabariPosted Mar 23, 2009, 6:32 AM
Hi, I had a requirement in which i need to display my html content on to a web browser control. The problem here is that i had huge content in my page :( so the page limit got exceeded. I am not storing my html content in a .html file but i am adding the content to the web browser control as a document stream. I need to place the hyperlinks to go to "top" of the page and to go "bottom" of the page. Constraints: I must not create a .html file. Is that possible to traverse with in the html content using web browser control with out creating a html page? Need it urgently. Thanks, Sabari
SabariPosted Mar 23, 2009, 6:30 AM
Hi, I had a requirement in which i need to display my html content on to a web browser control. The problem here is that i had huge content in my page :( so the page limit got exceeded. I am not storing my html content in a .html file but i am adding the content to the web browser control as a document stream. I need to place the hyperlinks to go to "top" of the page and to go "bottom" of the page. Constraints: I must not create a .html file. Is that possible to traverse with in the html content using web browser control with out creating a html page? Need it urgently. Thanks, Sabari