Er... I can`t download my own files (I mean from MediaFire or something else)... Does somebody knows a site that supports file downloading from links?
ok i have a question..when you created a file and saved it on your desktop how do you make it run like an application insteed of opening up visual basic again?
NVM, this is the code that works: Dim nazwapliku As String Dim fullPath As String = danyelement.GetAttribute("src") Dim dirName As String = IO.Path.GetFileName(fullPath) nazwapliku = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\" & dirName 'MsgBox(nazwapliku) My.Computer.Network.DownloadFile(danyelement.GetAttribute("src"), nazwapliku)
This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher
Hi m8 since you said about using it to update my application, How would I make it check for a newer version? say if you had my program how would it know there is a newer version ready for download? Please help, cheers
Error 3 'DownloadFi' is not a member of 'Microsoft.VisualBasic.Devices.Network'. C:\Users\Me\AppData\Local\Temporary Projects\KeyloggerTest1\Form1.vb 31 9 KeyloggerTest1
I have a request , could you do a video that explains how to do the tabs ( such as firefox ) but in this case tabs in tabs, meaning? form1 = main you have 2 tabs that lead to form2 and 3 form 2 = form 4 -6 form3 = 6- 9 so you have main (tab1)(tab2) if u selected tab2 you have main (tab2)(tab3) (tab4)(tab5)(tab6) and tab 2 has example an EXE ( a game such as dofus )any game in that little page and tab 4 - 5 are the same pages to log in 2 different account ,i hope u can help me , thank you
@Monaiz1 what the fuck is ur problem just cause ur Mentally retarded and cant answer a fucking little survey dosent mean u can bitch on others u fucking little cunt ass mother fucker come out of the closet
@BadAssMF509 Yes i can fill it in, but then i am stuck with a Cell phone abbo, so its not worth it, and go back playing with blocks. You are 13 and think you can program because you understand a little bit VB, lets face eachother in C++, i dare you.
in my application, there's an error saying: "Could not complete operation since a file already exists in this path 'C:\Updates to Windalis\2586643.exe'." when it tryes to download
I made an updater but when I try to download the update file I get this error: An exception occurred during a WebClient request.
The line code I used:
My.Computer.Network.DownloadFile("the DL link it ends with a .exe. it is a direct DL link from drobox and I tried ripway aswell", "C:\downloadedfile.exe") Process.Start("C:\downloadedfile.exe")
@BadAssMF509 A direct link is as link where no wait time or ad's skips are eneded so something like dropbox public link's are direct or ripway file uplaods are direct.
im trying to update my program with it, but it keeps putting it one dictionary up from where the current file is, and how would you make it overwrite?
while downloading it gives me error that i should be having windows installer 3.1 or service pack 3 what the heck is this ????///any solution for this
1 how would you have it check to see if a url exists such as "website. com/update-true" or website. com/update-false" so you can only update when needed.
2 Must it be an exe file or can it be a txt or gif or even a folder.
3 Also could you omit the second line to have it download the file without automatically starting it!
Hello, I know this has nothing to do with this video, but i'll ask you a question if you don't mind.... Visual Basic Express edition, how much did you pay for it? On the internet it is $700+!!! please help me! I don't think you payed that much for yours? or did you?
No mAtter what thew file it is always curropted???? Why is it always corrupted?? ive tried 8 diffrent files.. Microsoft visual basics must fail please tell me how to stp it from curroption
I want to be able to make an app that will let me put my own file path etc threw textbox i can't get it right could someone give me the code i've tried everything.
First I have to say great tut's but for this one I get this Error "Overload resolution failed because no accessible 'DownloadFile' accepts this number of arguments"
@MrKrist1333 .....All him programs and tutorial work 100% because he was proffesional programer.Actualy he is one of the best's VB8 tecacher's on you tube.
is there a way you can make this and you can make a textbox and put the url in textbox to make it download that url. other than having to go into vb to change url
I have a problem! When i click my download button, all ok and the program starts, but when i click again my dl button, it says error: Already exist, and the i cant run run the file! anyone have idea to fix it?
Thanks for the nice tutorial. I have added a progressbar, now can u tell me which code I can use that will show the real download progress in progressbar?
When I download using computer.network.downloadfile() it only allows me to download 1 byte of the file. I tried WebClient.downloadfile() and it only allows me to download 36.5 kb... Please help.
Well I haven't taught you guys how to read text on a web page but let's say your application version is 1.0.0.0 and you make a text file that is 1.0.0.1, you can say that if current version < text from text file then download new file.
It's hard to understand right now, but just wait for the next few tutorials.
@TeachMeComputer no i understand what you mean but what file is it supposed to download? there are application file setup etc. in the publish folder..
Oh, you want to get your applications exe? Go to Build at the top and build your application. Then, go to your projects folder and select the project, then follow this route:
Er... I can`t download my own files (I mean from MediaFire or something else)... Does somebody knows a site that supports file downloading from links?
Please help, I really need this...
MaxzMoviez 47 minutes ago
Is there away to let the user pick a location to save in?
evanx93 1 week ago
Error :D
parkourFLT 1 week ago
Liverpoool!
harryjjacobs 2 weeks ago
What if I want to let my program download a file from mediafire? I tried the directlink-link but that didn`t work :(
MaxzMoviez 3 weeks ago
ok i have a question..when you created a file and saved it on your desktop how do you make it run like an application insteed of opening up visual basic again?
WebsiteHackers 3 weeks ago
The only thing that bugs me about these tutorials is how he calls parentheses "brackets" lol
alkajon 3 weeks ago
wow someone could make a mean virus out of that lol...
TekTut0rials 3 weeks ago
Wouldn't it be "new URI" before the download link string?
CombatArmsRuneScape 3 weeks ago
The given path's format is not supported.
Lame. :/ Can't create auto-paths. :(
michal1337 1 month ago
Comment removed
michal1337 1 month ago
This has been flagged as spam show
@michal1337
NVM, this is the code that works: Dim nazwapliku As String Dim fullPath As String = danyelement.GetAttribute("src") Dim dirName As String = IO.Path.GetFileName(fullPath) nazwapliku = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\" & dirName 'MsgBox(nazwapliku) My.Computer.Network.DownloadFile(danyelement.GetAttribute("src"), nazwapliku)
michal1337 1 month ago
errror:
This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher
TheChildofInsanity 1 month ago
Comment removed
TheChildofInsanity 1 month ago
how can i fix 'url' is not a valid remote file address. A valid address should include a protocol, a path and a file name.
COOLD111 2 months ago
Wie kann ich das machen das eie Progressbar den Fortschritt anzeigt?
Glubschi43 2 months ago in playlist Visual Basic .NET Tutorials
how do i add a progressbar to this code?
niels673 3 months ago
@niels673
if progressbar1.value = 100 then
dim download as new webclient
download = new webclient
download.downloadfileasync(new uri("URL"),("Folder"))
end if
TehMapleDude 2 months ago
@TehMapleDude Thanks!!!
niels673 2 months ago
Download this Videos from Youtube?????
H1IMANSHU 3 months ago
Hi m8 since you said about using it to update my application, How would I make it check for a newer version? say if you had my program how would it know there is a newer version ready for download? Please help, cheers
MeGaHaCkErZzZ 3 months ago
This has been flagged as spam show
how can i run a program via My.recourses
please help me out
DarkVirus96ModZ 3 months ago
Comment removed
DarkVirus96ModZ 3 months ago
how to fix this?? D:
Error 3 'DownloadFi' is not a member of 'Microsoft.VisualBasic.Devices.Network'. C:\Users\Me\AppData\Local\Temporary Projects\KeyloggerTest1\Form1.vb 31 9 KeyloggerTest1
mw2isepic1 4 months ago
@mw2isepic1 use DropBox.com
DarkVirus96ModZ 3 months ago
@redoowsworld
Add the .exe file extention to end of the download path.
for example:
My.Computer.Network.DownloadFile("url", "C:\Test.txt"
' that line of code will save the file as a text file.
My.Computer.Network.DownloadFile("url", "C:\Test.exe"
'that line of code will save the file as an executable.
XxXDaRkMaRiNeXxX 4 months ago
nice.. u gave me the idea for sending keylogger lolz
hiteshbairathi2 4 months ago
@hiteshbairathi2 just kidding
hiteshbairathi2 4 months ago
great thanx
danielnacher 4 months ago
cheers bro, may seem like a noob question but how do i save it as a .exe file?
redoowsworld 5 months ago
This Dosent work for vb 2010
TehModder61HD 5 months ago
An exception occurred during a WebClient request.
Layney25 5 months ago 3
How to make a button that download the program that you setting in?
iordanis11 5 months ago
how do i add an progress bar ?!?!?!?!?
ellelolHD 5 months ago
hello it is nice to see some one trying to help people with visual basic
now can you help me please
please can you help me i am trying to make a knight rider voice box in VB
I have been using VB for two week and trying to use the code i got
but i dont know were to start . .. thanks carl
CARLHALEY1964 5 months ago
His tutorials are very good!! Congratulations :D
dEsCoNhEcIdO377 5 months ago
@TeachMeComputer I have a jar file that i need to start And well i need to start it with some parameters how do i do this.
Normally We would use a bat file to start the jar. Im assuming thats not needed.
CrazyGamingCow 6 months ago
What Cam Do You Use to record this video? please tell me the link to download......
aqil787 6 months ago
Thanks, Ill use this for my keylogger
ryder3939 6 months ago
@ryder3939 ILEGAL USE,READ THE FUCKING DESCRIPTION!
CRF567LIO56 5 months ago
once you finish how do you make it into a .exe file
c1rcu1tsp00f3r 6 months ago
2:52 you just gave me an idea :)
kenny12101 6 months ago
how to i download it to where every the program is running at. IE if i have on my desktop my app in a folder just dl to that folder.
goodman854 7 months ago
please show me how to link a button to a
file
amruhussam 7 months ago
Mine says WebException Unhandled and won't work?
Opisity 7 months ago
@MrKingeminem Just drag a tab form from the toolbox and fiddle with your properties of it until it's how you want it.
Opisity 7 months ago
MrKingeminem 7 months ago
@Monaiz1 what the fuck is ur problem just cause ur Mentally retarded and cant answer a fucking little survey dosent mean u can bitch on others u fucking little cunt ass mother fucker come out of the closet
BadAssMF509 7 months ago
@BadAssMF509 Stupid rager, you are probably 12 years, its true, some people cant download from sharecash.
TheReviex 7 months ago
@TheReviex im 13 MF stupid mofo and u must b the one thats stupid cause u cant do a lil survey to get a download to work ahahah LMFAO
BadAssMF509 7 months ago
@BadAssMF509 Yes i can fill it in, but then i am stuck with a Cell phone abbo, so its not worth it, and go back playing with blocks. You are 13 and think you can program because you understand a little bit VB, lets face eachother in C++, i dare you.
TheReviex 7 months ago
@TheReviex What the fuck is C++
BadAssMF509 7 months ago
Comment removed
BadAssMF509 7 months ago
@BadAssMF509
Lol you think you are the king of programming and you dont know C++, fail + you wrote "C+++"
TheReviex 7 months ago
@TheReviex WTF i never said i was the king of programing ahahha
BadAssMF509 7 months ago
new error: "The remote server returned an error: (404) Not Found."
the site exists...
VBPrograms 8 months ago
in my application, there's an error saying: "Could not complete operation since a file already exists in this path 'C:\Updates to Windalis\2586643.exe'." when it tryes to download
VBPrograms 8 months ago
I made an updater but when I try to download the update file I get this error: An exception occurred during a WebClient request.
The line code I used:
My.Computer.Network.DownloadFile("the DL link it ends with a .exe. it is a direct DL link from drobox and I tried ripway aswell", "C:\downloadedfile.exe") Process.Start("C:\downloadedfile.exe")
jjpm1702 8 months ago
Comment removed
jjpm1702 8 months ago
Comment removed
jjpm1702 8 months ago
is sharecash a direct link
BadAssMF509 8 months ago
@BadAssMF509 A direct link is as link where no wait time or ad's skips are eneded so something like dropbox public link's are direct or ripway file uplaods are direct.
jjpm1702 8 months ago
any alternatives for ripway(dot)com????
battlex94 8 months ago
Man... I LOVE YOU.. xD (as a brother... xD)
DrKillaser 8 months ago
@wood1996mon Hey.. how about REpLACING the old version with the newest version? ;\
dragonster82 8 months ago
im trying to update my program with it, but it keeps putting it one dictionary up from where the current file is, and how would you make it overwrite?
3owndya3 8 months ago
while downloading it gives me error that i should be having windows installer 3.1 or service pack 3 what the heck is this ????///any solution for this
affan546 8 months ago
@wood1996mon Thnx, really was what i wanted
dragonster82 8 months ago
The best direct link is dropbox
dragonster82 8 months ago
great tutorials mate :)
ExentricGaming 9 months ago
is there a code that makes the site url in brackets generate the site that you have written in textbox1 ?
mchosu 9 months ago
@mchosu You would instead of putting "URL", "C:/DownloadedFiles" - You would use - "TextBox1.Text", "C:/DownloadedFiles"
RipplEsoftware 9 months ago
i keep gettin webexeception was unhandled
1c3y10 9 months ago
Hey man. Can you please make a tutorial on how to find a file? Like when a program loads, it is going to look for a patch?
Olemassacre 10 months ago
how can i make it so that u can trun off your pc and then resume it thx veryyyyyyyyy
much i neeeeeeeeed it thx
iphone4life4 10 months ago
Three Questions:
1 how would you have it check to see if a url exists such as "website. com/update-true" or website. com/update-false" so you can only update when needed.
2 Must it be an exe file or can it be a txt or gif or even a folder.
3 Also could you omit the second line to have it download the file without automatically starting it!
carstorm85 10 months ago
@carstorm85
1 - Use Try, Catch for this. Example:
Try
[Code here]
Catch
End try
2 - You can download any file from the internet, but not a folder.
3 - Yes you can remove the line. Derr.
1mgonnadie 10 months ago
@1mgonnadie thank you
carstorm85 10 months ago
Hello, I know this has nothing to do with this video, but i'll ask you a question if you don't mind.... Visual Basic Express edition, how much did you pay for it? On the internet it is $700+!!! please help me! I don't think you payed that much for yours? or did you?
ItalianAssassin95 1 year ago
@ItalianAssassin95 Hint: VB2010 express.
123kirby 11 months ago
@ItalianAssassin95 Visual Basic Express Editions are free. Professional aren't.
coms758 8 months ago
AWESOME!!!! THANKS PAL
ShayAxelod22 1 year ago
does this overwrite the file that has the same name?
TDJP123 1 year ago
Imports system.net
dim download as new webclient
download = new webclient
download.downloadfileasync(new uri(textbox1.text),(savefiledialog1.filename))
Much better code
MrE3stw00d 1 year ago 4
works but you have to do the path thtat it saves to as a public path
TheProgrammerChris 1 year ago
How would I get the download percentage from this?
StaticABC 1 year ago
No mAtter what thew file it is always curropted???? Why is it always corrupted?? ive tried 8 diffrent files.. Microsoft visual basics must fail please tell me how to stp it from curroption
VizaMx 1 year ago
Let's supposed that I am downloading a big file...What about if I add an other button "Stop Download".
How can I make the download stop? (without closing the program of course)...
N37M4573r 1 year ago
what do you use for desktop recording?
DarrellDruif 1 year ago
Thanks i was wondering for my application so it can update automatically
VBTutorials100 1 year ago
@who ever can help me
I want to be able to make an app that will let me put my own file path etc threw textbox i can't get it right could someone give me the code i've tried everything.
cellphonerns 1 year ago
can i make a bot with this?
emirh1231 1 year ago
@emirh1231 what kind of bot
simme808 11 months ago
how can you get a progress bar to work with this type of download?
guggilodall 1 year ago
First I have to say great tut's but for this one I get this Error "Overload resolution failed because no accessible 'DownloadFile' accepts this number of arguments"
ecoster 1 year ago
love you dude (not in a gay way) think it will work whith mediafire?
hordkiler97 1 year ago
@MrKrist1333 .....All him programs and tutorial work 100% because he was proffesional programer.Actualy he is one of the best's VB8 tecacher's on you tube.
SADcoda031 1 year ago
@TeachMeComputer
How to I set "Estimated Time" and "Transfer Rate(Kb/s)" in the Form1.vb ?
dark75683921 1 year ago
Ripway disabled my account almost immediately, is there another way to try this?
apostolicrevival 1 year ago
you sounds like terminator
lolypopboy777 1 year ago
What do you do if you have the currentversion.txt uploaded on an FTP server, and it needs a PW/ Usrname? :\
SinginPuffle 1 year ago
@SinginPuffle Nvm, I just used ftpwebrequest instead
SinginPuffle 1 year ago
Hey I had a problem i got an error when i was trying to use it :( can u pm me and try to help me find a sulution for it thanks
CAMF
P.S ur videos are sweeeet XD
camftutorials 1 year ago
This has been flagged as spam show
Get Visual Basic 2008 Portable at
portable-sofwares。blogspot。com
downloadfactory 1 year ago
It doesn't work.
MrKrist1333 1 year ago
Nice tutorial...i learn a lot....
what if it already exist? I mean if you download it again, and the file already exist? how can you change the file name? Thanks...
LosTecH88 1 year ago
@LosTecH88
Then make a else statment saying that if it the file "whatever.exe" is found in the directory then it just launches the .exe
WICKSEH 1 year ago
This has been flagged as spam show
thx for the very very useful tutorial,
I got a question,
On the ripway.com are you limited to 150mb per day
or is that forever?
Subscribed
themorganvideos 1 year ago
thx for the very very useful tutorial,
I got a question,
On the ripway.com are you limited to 150mb per day
or is that forever?
themorganvideos 1 year ago
Error 1 'Computer' is not a member of 'text.Form1'.
I get this error what is wrong? please help
Kimmen71 1 year ago
thanks!!! can this be used for the auto-updater?
dragonster82 1 year ago
@79MK95 no
LamsasukeMedia 1 year ago
DOT NET WO...RK LOL
LamsasukeMedia 1 year ago
is there a way you can make this and you can make a textbox and put the url in textbox to make it download that url. other than having to go into vb to change url
stott737 1 year ago
hi!
I have a problem! When i click my download button, all ok and the program starts, but when i click again my dl button, it says error: Already exist, and the i cant run run the file! anyone have idea to fix it?
HUN969 1 year ago
@HUN969
Just remove the downloaded file by adding the line
My.Computer.FileSystem.DeleteFile("C:\downloadedfile.exe")
bursim1 1 year ago
Comment removed
norway172 1 year ago
need to know how to download a file to a textbox -
tinfoilrepair 1 year ago
Thanks for the nice tutorial. I have added a progressbar, now can u tell me which code I can use that will show the real download progress in progressbar?
Thanks
blogbd1 1 year ago
When I download using computer.network.downloadfile() it only allows me to download 1 byte of the file. I tried WebClient.downloadfile() and it only allows me to download 36.5 kb... Please help.
TheBatchGuy 1 year ago
Lol, Dont use it for a keylogger.... Ok, >.>
AdminMilopeach 1 year ago
Your from the Uk aint ya.
TechHelp270 2 years ago
@TechHelp270 ye from Liver...pool lol
LamsasukeMedia 1 year ago
Yes you can
TeachMeComputer 2 years ago
@TeachMeComputer How about downloading the update file IN the folder the current program is getting executed from
dragonster82 8 months ago
It wont start it right away, when you press the button because it's gonna take time no matter what to download the file first.
That's why I'd use a timer to wait for a period of time then, start the process.
Like I said, it depends on your connection speed, and how large the file is. Then it can start the Executable.
UserIsAnFBIAgent 2 years ago
The process.start code will not be executed until the file has downloaded anyway.
TeachMeComputer 2 years ago 2
@UserIsAnFBIAgent what code do u use for the timer to start when it is downloaded? Please send me a PM
st1zHacking 9 months ago
what file is the application supposed to download so it updates it self?
swehunter2000 2 years ago
@swehunter2000
Well I haven't taught you guys how to read text on a web page but let's say your application version is 1.0.0.0 and you make a text file that is 1.0.0.1, you can say that if current version < text from text file then download new file.
It's hard to understand right now, but just wait for the next few tutorials.
TeachMeComputer 2 years ago
@TeachMeComputer no i understand what you mean but what file is it supposed to download? there are application file setup etc. in the publish folder..
swehunter2000 2 years ago
@swehunter2000
Oh, you want to get your applications exe? Go to Build at the top and build your application. Then, go to your projects folder and select the project, then follow this route:
\bin\Release
And your .exe will be there :)
TeachMeComputer 2 years ago
@TeachMeComputer so that is so too say the "update file"?
swehunter2000 2 years ago
@TeachMeComputer i need to be able to update my OS GUI
swehunter2000 2 years ago