Results 1 to 4 of 4

Thread: Web Browser Trouble

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    4

    Post

    I'm working on a simple web browser that will automatically refresh the curent page every 30 seconds or so while still allowing the user to navigate the page.

    Unfortunately, all my attempts at this have failed. Any help would be greatly appreciated...

  2. #2
    Member
    Join Date
    Feb 1999
    Location
    ,Mo,USA
    Posts
    36

    Post

    Hey- Im Not Sure If This is what you want,but-
    Add a Timer To Your Form (ill call it tmrTime),and set its interval property to 30000.Then In
    Private Sub tmrTime_Timer()
    wbMain.refresh
    end sub

    Assuming wbMain is your webbrowser object

    Thnx For Your Time,
    CarlosTheJackal

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    4

    Post

    thanks man, that's a big help!

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    4

    Post

    That workerd great, but there is still the issue of timers greater than 65 seconds...

    how would i go about doing that?

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