how i see how it works.
Tech you must exaplain maybe better..
at least i did not understand at first.
//example: var id = DownloadStart("http://www.yourserver/file.chm"."file.chm"):
var DownloadStart(char* web,char*,local);
you added an extra comma by nmistake on the description!
So for download images.. or anything Else:
var DownloadStart(char* WEB_URL,char* save_as.XXX);
save_as is the name you want the file to be saved, and you can define the extension of it.
For downloading an HTML CODE simple use:
var DownloadStart("http://www.google.com", google.html);
or
var DownloadStart("http://www.google.com", google.txt);
Thanks. I rated this post 5 stars.
Last edited by MMike; 04/07/09 23:17.