Automatic Updates
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
Hello,
Would I just upload my newer version program? then the updater will update the previous one?
Would I just upload my newer version program? then the updater will update the previous one?
you would also have to upload a text file with the version number (so your program knows that the file to download is more up-to-date)
Hmm.. i tihnk it works but im not sure because i put a message box pop up and ask to update and if result = no then it doesn't. But no matter what i press it goes on to the code where i said to give another msgbox that update was cancelled, here is my code.
http://pastebin.com/48b6e21R
my Form 1 is a login form btw and the pitureboxes are just cuz i photoshoped a gui for it and then added pictureboxes transparent for button like stuff
http://pastebin.com/48b6e21R
my Form 1 is a login form btw and the pitureboxes are just cuz i photoshoped a gui for it and then added pictureboxes transparent for button like stuff

Any help on my problem please? and if i run the updater i get an error says it was doing illegal stuff. Here is my updater as well :
http://pastebin.com/RrMexbuX
http://pastebin.com/RrMexbuX
Bump on my previous error, which i have waited for a response for a while.
You must save the result in a variable like this :
Code: Select all
Then you can check it.Dim Result As MsgBoxResult = MsgBox("An Update is available, would you like to update?", MsgBoxStyle.YesNo + vbQuestion, "Update Available")
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

If you have new libraries simply download them, and replace the existing ones. If not, you only need to change your executable (.exe)
Can the links be http://www.codenstuff.com/update/version.html to does it need to be http://www.codenstuff.com/version.html?
Copyright Information
Copyright © Codenstuff.com 2020 - 2023