BP Forums
My Updater - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+---- Thread: My Updater (/showthread.php?tid=303)



My Updater - Protection4Real - 02-11-2011

I made a updater. i dont know if it works didnt test it xD, but i think it should work you have to change wich file you want to update in the codeBig Grin

but this is my first .dll didnt really know how to do textboxes and stuff so it maybe dont work. but i hope it does.

Here is the link:
<!-- m --><a class="postlink" href="http://dl.dropbox.com/u/17950580/MyFiles/P4R_Updater.dll">http://dl.dropbox.com/u/17950580/MyFile ... pdater.dll</a><!-- m -->


Re: My Updater - brandonio21 - 02-11-2011

Hey P4R! Thanks for uploading this file <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->
I tested it out, and it doesnt work because I didn't want to open the .dll file and edit the code. For the subs you can simply use a variable :O
For ex/
Code:
sub download_update(byval file as string)
my.computer.network.downloadfile(file)
end sub
Then when the user implements this code into his project, he will say
Code:
download_update("C:\file")
So hopefully you understand what I'm saying and can make the improvement <!-- sTongue --><img src="{SMILIES_PATH}/icon_razz.gif" alt="Tongue" title="Razz" /><!-- sTongue -->


Re: My Updater - Protection4Real - 02-12-2011

Yea i noticed it didnt work after i didnt really know how to use .dll and so on but i could just upload the codeWink