Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2006 Jan : Method for Monitoring URL activity- Restart IE whenever it has not gotten a new
| Subject: | Method for Monitoring URL activity- Restart IE whenever it has not gotten a new |
| Posted by: | "Jim Mcduggan" (spam@spammer.com) |
| Date: | Tue, 3 Jan 2006 12:27:58 |
We have a C++ app that restarts IE if it dies, but we want to add 1 more
function and wonder the best way, if even possible to do it.
We would like to restart IE whenever it has not gotten a new URL every 5
mins. ( our screensaver page does a 3 min refresh, so if it has not
refreshed that url then either the net is down or IE is frozen).
So are there any system calls I can do from my win32 C++ app to figure our
if IE has had http activity within 5 mins?
Thanks
Jim