Results 1 to 2 of 2

Thread: Wait before a webpage is done loading...

  1. #1

    Thread Starter
    Hyperactive Member phutie's Avatar
    Join Date
    Jan 2002
    Location
    Somewhere in Asia
    Posts
    295

    Wait before a webpage is done loading...

    Im using AxWebBrowser web control to display a web page in my form:

    axview.Navigate("http://www.sample.com")
    my_nextfunction()


    How can I have the web page Im calling to be fully loaded before the my_nextfunction() is called?
    Multimedia Programmer
    Uses VB.Net and MySQL

  2. #2
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: Wait before a webpage is done loading...

    Quote Originally Posted by phutie
    Im using AxWebBrowser web control to display a web page in my form:

    axview.Navigate("http://www.sample.com")
    my_nextfunction()


    How can I have the web page Im calling to be fully loaded before the my_nextfunction() is called?
    Hi,

    See this link about waiting to load a webpage;

    http://www.vbforums.com/showthread.p...webpage+loaded

    I think you'll find your answer there.

    Wkr,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

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