Support Forums
Auto Updater - 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: Auto Updater (/showthread.php?tid=7838)



Auto Updater - DeHaterZ - 06-17-2010

Hey Guys Im Back =D
Well,..... Can Anyone Teach Me How To Make a Program That Auto Updates?
Thanks[:
Well,.... The Code To Integrate Updating In My Programs


RE: Auto Updater - Fragma - 06-17-2010

http://www.codeproject.com/KB/vb/autoupdate.aspx

Google is brilliant by the way.


RE: Auto Updater - Genesis - 06-17-2010

Well you could build your functions (that require updating) in a .dll form and use your main program the .exe file to download and replace the .dll


RE: Auto Updater - Shane - 06-24-2010

So you mean they would have to have the full version for it to update???


RE: Auto Updater - º¤øĐőŘđĘø¤º - 06-29-2010

i done this few years ago with vb6, but i had some problems..


RE: Auto Updater - Shane - 07-09-2010

http://www.supportforums.net/showthread.php?tid=7961


RE: Auto Updater - `P R O D I G Y™ - 07-21-2010

Hey dubstep do you think it's a bad idea to use a different language (vb) in this case, with a java app?