VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

WebBrowser Control Demo

James Vincent Carnicelli  (21 Submissions)   Internet/HTML   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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))
    WebBrowser Control Demo.bas

    WebBrowser Control Demo Comments

    No comments yet — be the first to post one!

    Post a Comment

    0/1000 characters