Advertisement
Murzik-_-

update

Jun 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. WebClient webClient = new WebClient();
  3. if(!webClient.DownloadString("https://pastebin.com/EVEpt27c").Contains("1.4"))
  4. {
  5. if (MessageBox.Show("Looks like there is a new update available","Would you like to Download it?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes )
  6. {
  7. System.Diagnostics.Process.Start("https://areafinderbmurzik.weebly.com/");
  8. }
  9. else
  10. {
  11.  
  12. }
  13. }
  14. else
  15. {
  16. MessageBox.Show("You are on the latest version of Area Finder", "Area Finder");
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement