Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: djonn on January 08, 2011, 10:46:25 pm

Title: download problem in VB2010
Post by: djonn on January 08, 2011, 10:46:25 pm
im scripting a launcher in VB for a upcoming(maybe) project, in this launcher i want to download a file, but this download gets timed out or something, if anybody could help me with this, i would be very happy

this would be the download code:
Code: [Select]
My.Computer.Network.DownloadFile("http://ezoyaproject.co.cc/patch/patch-A.MPQ", installPath & "Datapatch-A.MPQ")there is a lot more code, but i think the rest of it is irrelevant
Title: Re: download problem in VB2010
Post by: djonn on January 09, 2011, 08:07:17 pm
i have found a way around this, so no answer is needed