Results 1 to 2 of 2

Thread: html file viewing

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    16
    is there a way to open a html file off of your computer and view it on a vb form? if so how?

    Thanks

  2. #2
    Guest
    Use the ShDocVW.dll (Webbrowser) Control.

    Than use this code:

    Code:
    Webbrowser1.Navigate = "C:\htmlfile.htm"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width