Results 1 to 2 of 2

Thread: how to CreateObject webbrowser by vb6?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    3,291

    how to CreateObject webbrowser by vb6?

    Set oExplorer = CreateObject("Shell.Explorer.2")
    Set oExplorer.Container = Me
    oExplorer.Width = 1000
    oExplorer.Height = 1000

    oExplorer.Document.Location = "https://www.example.com"
    ???

  2. #2
    The Idiot
    Join Date
    Dec 2014
    Posts
    2,632

    Re: how to CreateObject webbrowser by vb6?

    Set oExplorer = Controls.Add("Shell.Explorer.2", "wb")

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