08-22-2011, 11:00 AM
Thank you a lot bro for this helpful tutorial. Keep up the good work.
[TUT]$hareCash Downloader[NEW]
|
08-22-2011, 12:03 PM
nice, going to have to me a sharecash premium account and try this out Nice share man
08-23-2011, 05:48 AM
Glad you guys like it = ) Will make sure to post more of those then
08-23-2011, 05:51 AM
Thanks Alot For This.
Hope This Will Last For Some Time.
08-23-2011, 09:02 AM
Thanks was looking for this for a long time
08-23-2011, 05:20 PM
Thanks for the feedback , glad this was useful
08-23-2011, 06:56 PM
Thank You ALOT!!!!!! <33
hehehe
08-23-2011, 07:12 PM
08-24-2011, 07:15 AM
(08-23-2011, 07:12 PM)Prominent Wrote: No problem , will make sure to do more tutorials maybe adding a proxy checker or something .What do you mean you will do more tutorials? You said you found this one on the internet.. Chase your dreams, and if it doesn't work, dream a new dream. -Louis “Coach” Presutti
08-24-2011, 10:33 AM
Some quick things I notice in your code:
1) You should use Messagebox.Show instead of MsgBox. 2) You don't need extra brackets like this: Code: If (WebBrowser1.DocumentText.Contains("Close")) Then You can use this instead to shorten your code size: Code: If WebBrowser1.DocumentText.Contains("Close") Then |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
[VB.Net] YouTube Video Downloader | BlackSpider | 18 | 20,202 |
10-13-2012, 06:31 AM Last Post: DotNetDevil |
|
[TUT] How to make a simple WebBrowser in VB 2010! [TUT] - [ Pictures] | Statics | 95 | 61,744 |
10-07-2012, 06:56 AM Last Post: a99 |
|
[Preview/] YouTube Downloader and Converter full FFMPEG, Massive conversion list 2012 | FizzyMentos | 3 | 2,102 |
02-04-2012, 02:35 PM Last Post: Denny Crane |
|
[TUT]Auto-Update System[TUT] | HB Virus | 3 | 2,425 |
01-07-2012, 02:21 PM Last Post: Mastermrz |
|
[TUT]Enable and Disable TaskManger in vb.net [TUT] | HB Virus | 4 | 3,163 |
12-19-2011, 10:10 AM Last Post: euverve |