Search:

Type: Posts; User: Gaje21

Search: Search took 0.04 seconds.

  1. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    I'm trying to use the "Check if word/string is found on page" code on the first page of this thread, but keep getting an Error 91 message on this line:


    For i = 1 To...
  2. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    ok it definitely works now.

    to make it wait i used:


    Do Until webbrowser1.ReadyState = READYSTATE_COMPLETE
    DoEvents
    Loop

    but now i need to figure how to click the "submit" button on the...
  3. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    ok thats definitely my problem. I found a sub ruitine that Pauses for given amount of time, so i made it pause for 10 seconds, and it works!

    Except, thats not a very reliable way of doing it in...
  4. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    i definitely think my problem is that its not waiting for the browser to stop loading.

    if i add an If webBrowser1.Busy = False statement around my .document lines, i get no error, but at the same...
  5. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    im using Access 2003. To add it to the form, you just make sure the box next to it is checked, yes?
  6. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    in the VB editor: Tools > References > Microsoft Internet Controls.

    i tried adding:


    Do Until webBrowser1.Busy = False
    Do Events
    Loop

    to make sure the page was fully loaded, but that...
  7. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    thank you for helping me out with this. I've been going nuts for the past week trying to get this to work!

    In Access i have a button that launchs this code OnClick (if that helps any).
  8. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    im using the microsoft internet control library, but its called "shdocvw.dll". What is "ieframe.dll"?
  9. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    yes i have that added.
  10. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    That code tells me WebBrowser1 is not defined. Don't i need to dim it somewhere?

    bwt - im using VB through MS Access.
  11. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    now i get an error that says "Runtime error -2147467259 (80004005) Autmation Error Unspecified Error)
  12. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    The codes here dont seem to be working for me. I can get the page loaded using:


    Private Sub Command0_Click()

    Dim webBrowser1 As WebBrowser

    Set webBrowser1 = New WebBrowser
    Set...
  13. Replies
    134
    Views
    610,934

    Re: Webbrowser Control Tip and Examples

    i keep getting an Error 91 message. Anyone know why?
  14. Replies
    2
    Views
    495

    Manipulate Data On Web Pages

    none of this code is really working for me. I'm using VB through MS Access. I can bring up a webpage using this:


    Public Sub Command0_Click()
    Dim webBrowser1 As WebBrowser

    Set webBrowser1...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width