Support Forums
[TUT] How To Make An Updater [VB.net] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: [TUT] How To Make An Updater [VB.net] (/showthread.php?tid=16223)

Pages: 1 2 3


[TUT] How To Make An Updater [VB.net] - ThePrinCe - 02-17-2011

[TUT] How To Make An Updater [VB.net]


Ok, so in most programs you might get that thing on the bottom or at top that says the version name, and if its out of date it will just simply say out of date. Well thats what im going to be teaching you. I will make this tutorial as simple to understand as possible.

What you need:
- Visual Basic 2010
- A Web Host
- FileZilla or any other FTP Client

Step 1
Add a Label, change the color to Web Green and change the title to the version.

Step 2
Add a LinkLabel, Make Visible False, change the LinkColor and VisitedLinkColor to Red, and title to something like "Outdated version :: Update now". Make sure the LinkLabel covers the Label.

THE CODING ( you will get the hole code in an image -leechers haha-try to right a little )

Step 3
Considering you have a website host, you need to get your FTP Account details, this can be found in the Cpanel of the host.

Make a new FTP account, or get an existing one. Then open FileZilla or the FTP Client of your choice, and put in the info you got from the site

Now that you are logged in you are ready for the next steps.

Step 4
Go on your desktop and create a new .TXT file (NotePad File)
In the Notepad we are going to be running this updater by the Build, and not the Version, but making it Visually look like it runs by the version.
A Build is normally a version, but not being decimals, but being an integer. So Version 1 would be build 1, and Version 1.1 would be build 2 and so on.

So what we do is we make a new text file, and write the number of the build you believe it is, mine will be "2", if your just making you program it should be "1"

Save the file as "Version" type being .txt, and then upload that file to your host using the FTP Client.

[Image: ipdater1.jpg]

the URL for that file, normally it would be http://hackforums/hakerDz/how to make and updater/.

- Build will be your current build. So while making this, your build should be the same number you put in your Version.txt file, in that case mine is 2.
- url is the URL of the txt

we're Done Smile.Hope it will help You



RE: [TUT] How To Make An Updater [VB.net] - º¤øĐőŘđĘø¤º - 02-18-2011

nice.. Its easy tho.


RE: [TUT] How To Make An Updater [VB.net] - Grizzly - 02-18-2011

Good share man. This will help some people that are learning.


RE: [TUT] How To Make An Updater [VB.net] - Impurity - 02-19-2011

Thanks for this, good job posting a pictue so that people can't copy and paste


RE: [TUT] How To Make An Updater [VB.net] - Mystic Guru - 02-20-2011

Thanks for this tutorial but you should add credits to the original creater ;D


RE: [TUT] How To Make An Updater [VB.net] - Resistance - 03-26-2011

I don't have a god damn web host. Full of crap brother, full of crap.
EDIT: By the Way Prince,

Give due credits: http://www.mpgh.net/forum/33-visual-basic/82219-tut-how-make-updater-vbulletin-net.html

Thanks!


RE: [TUT] How To Make An Updater [VB.net] - Splodge0007 - 03-26-2011

A nice tutorial, but why didn't you give credits?


RE: [TUT] How To Make An Updater [VB.net] - Mr Kitty Cat - 03-26-2011

Nice tutorial!


RE: [TUT] How To Make An Updater [VB.net] - h4yr0 - 03-28-2011

I follow that and make my own updater, thanks


RE: [TUT] How To Make An Updater [VB.net] - The Unknown™ - 04-02-2011

nice, thanks for sharing it with us