02-11-2011, 03:51 PM
Hey P4R! Thanks for uploading this file <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s -->
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/
Then when the user implements this code into his project, he will say
So hopefully you understand what I'm saying and can make the improvement <!-- s --><img src="{SMILIES_PATH}/icon_razz.gif" alt="" title="Razz" /><!-- s -->
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
Code:
download_update("C:\file")