WebBrowser Control Demo
The WebBrowser control is at the heart of the Internet Explorer web browser. You can use it to navigate to and display a web page or even pipe in raw HTML from your program.
This program is a short demonstration of a number of basic capabilities:
Opening a blank page (or any)
Piping in raw HTML to build a page
Scanning the document object model's (DOM's) elements
Altering elements' properties (e.g., color)
Altering elements' inner HTML (e.g., inserting text)
Automatically scrolling
Rate WebBrowser Control Demo
(5(5 Vote))
Upload
WebBrowser Control Demo Comments
No comments yet — be the first to post one!
Post a Comment