Im currently working on a program and am stuck at the point where it auto updates my program seems to always freeze when i download a file from a url link
is there a another way to download thus file which is larger then 10mb with out freezeing the program
Currently using
My.Computer.Network.DownloadFile(DownloadLocation, SaveLocation, "", "", False, 1000, True)
is there a another way to download thus file which is larger then 10mb with out freezeing the program
Currently using
My.Computer.Network.DownloadFile(DownloadLocation, SaveLocation, "", "", False, 1000, True)