marcelo Contributor


Joined: 10 May 2008 Posts: 155
|
Posted: Tue Jul 22, 2008 3:07 am Post subject: Help with VDSIPP.DLL |
|
|
Hi, im trying the VDSIPP.DLL and works perfect but i have only one problem.
My program starts an check for a internet connection, if there is one it attempts to save a webpage to a TXT file.
If this page is accessible there is no problem, but if not my prog hangs...
This is my example prog:
INTERNET HTTP,CREATE,1
INTERNET HTTP,THREADS,1,OFF
INTERNET HTTP,PROTOCOL,1,1
INTERNET HTTP,USERAGENT,1,"Example"
INTERNET HTTP,DOWNLOAD,1,http://www.mypage.com,page.txt
INTERNET HTTP,DESTROY,1
How can i wait X time for the mypage.com to be accessable and if not, attempt with mypage2 for X time again?
Is this possible?
Thanks a lot...
Marcelo. |
|