Results 1 to 3 of 3

Thread: Anyone Tried Mozilla ActiveX Control ?

Threaded View

  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


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