Hello vbforums!

I Have ran into a huge problem and I can't seem to find any solutions...

So I have an application to download from dropbox But it is not working I have know Idea why Here is my Code:


My.Computer.Network.DownloadFile("somelink,C:\txt.txt")

I Do Not Know why This is Not Working, But I have Also tried other methods Like this one:

download = New WebClient
download.DownloadFileAsync(NewUri("https://dl.dropboxusercontent.com/s/vpo0db6wpcj4kyc/Witchery%20Mod%20v1.7.zip?dl=0"), "C:\")


So Could Maybe anyone Help Me With This Problem? PS I am download .ZIP Files and .js Files If That Info is at any use

Thanks in Advance!

-redstoneguy3442 (Yes My Name Is Spelled Wrong On Here :P)