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.
Printable View
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.
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)