InternetopenURL & Loop application die
Hello ,
i'am having a issue using InternetopenURL & Loop mean i have to go on some website via loop using InternetopenURL , i do that to trick some website page view :p
anyway the problem is that i have loop mean 300 or 400 hit or more
the problem i'am facing is that after 100 hit or so the application stay in task manager and no more executing the link
i dont know how i can avoid that it even use a good cpu usage at start but after a short time it stuck at the same cpu and value and dont still execting but still showing in task manager
does someone know the issue or somehow to solve that mean no let the application die still executing cause i have at the end msgbox which show the end and i could never get that messagebox
thanks
Re: InternetopenURL & Loop application die
Isn't there any error raised? Have you tried putting DoEvents in your loop?
Re: InternetopenURL & Loop application die
yes there is no error but i did made a local test and it stop at 200
on normal mode it should go until 300 and show msgbox as it finish and end
but it stop at 200 and stay in taskmanager i dont know why :rolleyes:
yes i did added DoEvents and remove it added pause on each loop still same :rolleyes:
Re: InternetopenURL & Loop application die
ok i explain on another way how to do loop via InternetopenURL when InternetopenURL is buzy?
Thanks
Re: InternetopenURL & Loop application die
you are trying to make 300 similtanious connections to the same site?
hardly surprising it hangs up
Re: InternetopenURL & Loop application die
Quote:
Originally Posted by
westconn1
you are trying to make 300 connections to the
yes once i reach like 80 connection it die on task manager & the final end message dont come out mean the app die
is there anyway to use if not buzy internetopenurl then go.. so to avoid app use too much cpu & dont continue full code & die
thanks
Re: InternetopenURL & Loop application die
if it does not connect, close before trying again