[TUT]$hareCash Downloader[NEW] - 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: [TUT]$hareCash Downloader[NEW] (/showthread.php?tid=21378) |
[TUT]$hareCash Downloader[NEW] - Prominent - 08-13-2011 Hey guys , I thought about making a tutorial about how to make a $harecash downloader anyways I found this tutorial and I would like to share it with you guys . This is made in VB.net . I also give proper credits to the author of this . What you need to do this :
Code: Dim Iclick, submit Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Code: Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted Code: Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged Code: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click An important stuff to notice :
ALL CREDITS GO TO : DevilMayCry RE: [TUT]$hareCash Downloader[NEW] - FISH - 08-13-2011 Thanks bro. I made one I'm releasing it for free. Later RE: [TUT]$hareCash Downloader[NEW] - Prominent - 08-13-2011 (08-13-2011, 07:45 PM)FISH Wrote: Thanks bro. I made one I'm releasing it for free. Later Thanks for the feedback , waiting to see it when you're going to release it ! RE: [TUT]$hareCash Downloader[NEW] - -Infectious - 08-13-2011 Very nice! I don't do VB but, thanks for the share! RE: [TUT]$hareCash Downloader[NEW] - Prominent - 08-13-2011 (08-13-2011, 10:22 PM)Emotionalâ„¢ Wrote: Very nice! It's quite easy , you can learn it easily! Thanks for the feedback ! RE: [TUT]$hareCash Downloader[NEW] - -Infectious - 08-13-2011 (08-13-2011, 10:27 PM)Prominent Wrote: It's quite easy , you can learn it easily! Thanks for the feedback !I might try, probably not.. but I might! And no problem(: RE: [TUT]$hareCash Downloader[NEW] - Kom - 08-14-2011 Great share =) Works like a charm ^^ Great programmer too, keep it up Prom! RE: [TUT]$hareCash Downloader[NEW] - BreShiE - 08-14-2011 1) You forgot to mention that you need to add a web browser. 2) Not everyone has the money to buy a premium account on Sharecash. RE: [TUT]$hareCash Downloader[NEW] - Kom - 08-14-2011 (08-14-2011, 11:41 AM)BreShiE Wrote: 1) You forgot to mention that you need to add a web browser. Point 1 is true, as is point 2, but with point 2 the only reason someone would be making this is to share it with others so others can download as premium as well(most people who share it I find upload to sharecash or ask for a bit of money so they can fund the account to keep it up - Which works quite well). meaning that person would have a sharecash acc already. This is also just a downloader, so the person would need an account. It's not a survey completer (Which I think would be a lot more useful so you don't actually need an account) RE: [TUT]$hareCash Downloader[NEW] - Prominent - 08-14-2011 @BreShiE Edited my post and mentioning it in the notes . |