You are viewing our Forum Archives. To view or take place in current topics click here.
How do i Make a Auto Updater In Vb?
Posted:

How do i Make a Auto Updater In Vb?Posted:

PMSL
  • V5 Launch
Status: Offline
Joined: Jul 16, 20149Year Member
Posts: 1,504
Reputation Power: 127
Status: Offline
Joined: Jul 16, 20149Year Member
Posts: 1,504
Reputation Power: 127
Ok so i have quite alot of knowledge in Visual Basic but one thing i cannot do and can't find any code to do it is AUTO UPDATE everytime i get a code to it, it does not work so if someone knows how please post the code for it below thanks.
#2. Posted:
I_Am_Superman
  • TTG Senior
Status: Offline
Joined: Dec 15, 201013Year Member
Posts: 1,472
Reputation Power: 82
Status: Offline
Joined: Dec 15, 201013Year Member
Posts: 1,472
Reputation Power: 82
One way you could do this is by coding a version number into your program e.g. 1.1, then when the program loads it could check a dropbox txt file which would have lets say 1.2, these versions aren't equal so it would say that an update is needed, every time you release a new version, all you would have to do is write over the old version and change the dropbox text file to the new version number, this is just one way around it
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.