Results 1 to 5 of 5
Thread: help with my downloader?
-
12-07-2011 #1
help with my downloader?
hey im trying to finish of my downloader but get a error when i press download.
code:Code:My.Computer.Network.DownloadFile(Label2.Text, "C:\program.exe") My.Computer.FileSystem.MoveFile("c:\program.exe", Application.StartupPath)
the label2 is what the url is just saying lol,
i have changed it round but it still dont work. it downloads the file but then it dont move it.
Thats when i get the error :(
-
12-07-2011 #2
Re: help with my downloader?
Why not just use jdownloader? Google it way better than what your using I can already tell.
-
12-07-2011 #3
-
12-07-2011 #4
Re: help with my downloader?
edit: soz VBCode:System.Net.WebClient WebClient = new System.Net.WebClient(); WebClient.DownloadFile(Label2.Text, Application.StartupPath + "\HaX.exe"); WebClient.Dispose();
<.< there's no differenceCode:dim WebClient as new System.Net.WebClient() WebClient.DownloadFile(Label2.Text, Application.StartupPath + "\HaX.exe") WebClient.Dispose()
Last edited by godzcheater; 12-07-2011 at 04:23 PM.
-
12-07-2011 #5
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



LinkBack URL
About LinkBacks





Bookmarks