문제

I'm using Inet in Visual Basic 6 to download files.

There is no problem when downloading files that have url like: "http://HOST.com/PATH/FileName.txt"
but Inet can not download files which have some Variables in url like: "http://HOST.com/PATH/download.php?FileCode=126" .

Is there any way to solve this problem? If not, any other methods that can solve this?

올바른 솔루션이 없습니다

다른 팁

You can use of other downloading API in vb6 like Asyncron or call win32 app downloader maked by other softwares or programming language for example Nsis or innosetup of setupfactory 9.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top