CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    35

    Question webBrowser (firefox)

    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
    try again try again

  2. #2
    Join Date
    Nov 2005
    Location
    Omaha, Nebraska, USA
    Posts
    696

    Re: webBrowser (firefox)

    Mozilla ActiveX control

    Works similar to the WebBrowser control. The developer has a note, though, if you use the control:
    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.

  3. #3
    Join Date
    May 2006
    Posts
    35

    Re: webBrowser (firefox)

    Quote Originally Posted by ChaosTheEternal
    Mozilla ActiveX control

    Works similar to the WebBrowser control. The developer has a note, though, if you use the control:

    thanks for ur help but how to install firefox (active control ) in vb6 (components) i need help to add active control

    thanks again
    Attached Images Attached Images
    Last edited by zeem411; April 25th, 2007 at 08:37 AM.
    try again try again

  4. #4
    Join Date
    Nov 2005
    Location
    Omaha, Nebraska, USA
    Posts
    696

    Re: webBrowser (firefox)

    Did you read the page at all?
    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
    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).

  5. #5
    Join Date
    May 2006
    Posts
    35

    Re: webBrowser (firefox)

    thanks so much i got it ........
    try again try again

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

Featured