hi
i made web browser in vb6 by (Microsoft internet control ) (Ieframe.dll)
so i want to put (firefox ) in components to use it in my browser can u help me
thanks
Printable View
hi
i made web browser in vb6 by (Microsoft internet control ) (Ieframe.dll)
so i want to put (firefox ) in components to use it in my browser can u help me
thanks
Mozilla ActiveX control
Works similar to the WebBrowser control. The developer has a note, though, if you use the control:Quote:
Note: Save your project often! Bugs in the alpha-quality Mozilla will crash your development environment and will wipe out any unsaved work you may have.
Quote:
Originally Posted by ChaosTheEternal
thanks for ur help but how to install firefox (active control ) in vb6 (components) i need help to add active control
thanks again
Did you read the page at all?If you ran the installer, it registered itself. And do recall, it's called the Mozilla ActiveX Control (not the Firefox ActiveX Control), so you need to look for Mozilla in the Components list (just like the web page said, it's just after all the Microsoft stuff).Quote:
Visual Basic 6
The Mozilla Browser control should be usable from any automation control container. This includes Visual Basic, so follow these steps to add the control to your VB project:
* Install the control / or compile it and ensure it is registered.
* Right mouse over the VB control bar and select "Components...".
* Choose "MozillaControl 1.0 Type Library" from the list of controls
* The Mozilla Browser control should now appear in the toolbar for insertion into any application
thanks so much i got it ........