Need help with downloader - 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: Need help with downloader (/showthread.php?tid=20632) |
Need help with downloader - Spliff - 07-19-2011 Hi, I was trying to make a downloader with a progress bar which download a link added in the code of the application, I have tried to follow youtube tutorials and downloading the sources in this forum to have an idea but I can't make it, well, actually I made but it didn't work.. xD Could you help me? For example I have a direct link for a DIRECT download in mediafire or megaupload and I want to add that link to the downloader, and when you open it, it automatically downloads that file to the computer, to the plae you choose or to the desktop or the download folder... anyway I don't mind where it puts the downloaded file.. xD only i want to download it like i said, could ya help me? RE: Need help with downloader - Coding Support - 07-22-2011 I made a tutorial. See if it helps you at all. If not, comment back and i will try to help you. http://www.supportforums.net/showthread.php?tid=19613 RE: Need help with downloader - Spliff - 07-24-2011 I tried to make that but didn't work :C RE: Need help with downloader - Coding Support - 07-24-2011 (07-24-2011, 05:36 AM)Spliff Wrote: I tried to make that but didn't work :CWell what do you mean it didnt work? Be more specific. Oh i think i know why. It has to be a direct link, like when you click it, it downloads. A mediafire link will not work. You have to use more coding to make it work with mediafire.. RE: Need help with downloader - Kyle FYI™ - 07-26-2011 To do any downloader with less then 5 lines of code will need to be a direct download, need help with this just pm me. RE: Need help with downloader - Bigandrewgold - 07-28-2011 Have you tried to make one yet, if so did it error at some point or did it just not work. And do you have a function or a class that goes through all of the motions of whatever website you are downloading from. RE: Need help with downloader - Spliff - 07-29-2011 I'm using a direct download in mediafire xDD thx for helping RE: Need help with downloader - Bigandrewgold - 07-29-2011 (07-29-2011, 08:03 AM)Spliff Wrote: I'm using a direct download in mediafire xDDNow how do you do that. Is it a built in function of mediafire or is it something that some 3rd party came up with. Because that sounds very interesting RE: Need help with downloader - AceInfinity - 07-29-2011 (07-24-2011, 11:08 AM)Coding Support Wrote: Well what do you mean it didnt work? Be more specific. No with mediafire it will work, but you have to go to the mediafire link, and on the linked text that says "Click here to process download" or whatever, it will give you the direct link. (07-29-2011, 03:33 PM)bigandrewgold Wrote: Now how do you do that. Is it a built in function of mediafire or is it something that some 3rd party came up with. Because that sounds very interesting Read the reply I made above ***^^^ RE: Need help with downloader - Spliff - 07-30-2011 Quote:No with mediafire it will work, but you have to go to the mediafire link, and on the linked text that says "Click here to process download" or whatever, it will give you the direct link.this is what I do xD |