Results 1 to 3 of 3

Thread: Anyone Tried Mozilla ActiveX Control ?

  1. #1

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Anyone Tried Mozilla ActiveX Control ?

    Anyone tried Mozilla ActiveX Control ?

    I just tried it, but can't find a way to get the HTML DOM.
    VB Code:
    1. Private Sub Command1_Click()
    2.     MozillaBrowser1.Navigate "www.google.com"
    3. End Sub
    4.  
    5. Private Sub Command2_Click()
    6.     Debug.Print MozillaBrowser1.Document.Body.InnerHTML
    7.     ' [color=red]ERROR : Automation Error. Library Not Registered[/color]
    8. End Sub
    Last edited by iPrank; Jan 15th, 2006 at 11:26 AM.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  2. #2
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Anyone Tried Mozilla ActiveX Control ?

    have you tried registering the control with regsvr32?
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  3. #3

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: Anyone Tried Mozilla ActiveX Control ?

    Yes. The control is already registered and opening web pages smoothly just like the WebBrowser control.
    I don't have old Mozilla, I have Firefox. The control is using Firefox engine. No problem for normal browsing.
    But whenever I want to access HTML DOM, I'm getting that error.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


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