|
-
Feb 10th, 2000, 09:45 AM
#1
Thread Starter
New Member
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...
-
Feb 10th, 2000, 10:10 AM
#2
Member
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
-
Feb 10th, 2000, 10:50 AM
#3
Thread Starter
New Member
thanks man, that's a big help!
-
Feb 11th, 2000, 01:32 AM
#4
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|