|
-
Sep 9th, 2008, 05:01 PM
#1
Thread Starter
Addicted Member
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.
-
Sep 21st, 2008, 08:04 PM
#2
Member
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:
Dim bros as new iWebBrowser 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|