VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



WebBrowser Control Demo

by James Vincent Carnicelli (21 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

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

    Upload

    Download this snippet    Add to My Saved Code

  • WebBrowser Control Demo Comments

    No comments have been posted about WebBrowser Control Demo. Why not be the first to post a comment about WebBrowser Control Demo.

    Post your comment

    Subject:
    Message:
    0/1000 characters