Advertisement
xxGHz

New

Jun 4th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.60 KB | None | 0 0
  1.             string Version = "0.1";
  2.             string NewVersion = "0.1";
  3.             System.Net.WebClient request = new System.Net.WebClient();
  4.             string Update = request.DownloadString("https://www.dropbox.com/s/obvhsshfgfh4hw2/xxGHz%20New%20Project.exe?dl=0");
  5.             if (Update.Contains(Version))
  6.             {
  7.                 MessageBoxEx.Show("Your software is up to date.");
  8.             }
  9.             else
  10.             {
  11.                 MessageBoxEx.Show("There is a new update, it will begin to download.");
  12.                 System.Diagnostics.Process.Start("your download link");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement