Results 1 to 2 of 2

Thread: Mozilla Browser Control v1.7.12 issue

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    154

    Mozilla Browser Control v1.7.12 issue

    I installed active control of Mozilla Browser Control v1.7.12 and successfully added its component on my side toolbar but when i drag that control on form then ID crashes and closes.

    What could be the issue? and how to resolve it?

    Thanks.

  2. #2
    Member
    Join Date
    Dec 2007
    Posts
    36

    Re: Mozilla Browser Control v1.7.12 issue

    Remove the entire control from your project, references, everything.

    Then go into "Components" and click add, browse to mozctl.dll and add it manually. Once you have done this, close and save your project, then restart VB6. Once restarted, go and drag it into a "NEW" form from the toolbox.

    It should work now without crashing. If not, spawn it at runtime using the below code:

    vb Code:
    1. Dim bros as new iWebBrowser
    2. Me.controls.add(iWebBrowser)

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