Separate names with a comma.
I have been screwing around in Visual C# recently and have thrown together a USAB. It works fine but the program freezes when it searches. This was...
There is most likely something wrong with your configuration because even if all of the listed methods didn't work, a VPN would work 100%
I think he isn't trying to do any conversion, just a problem with the code and the "End Case".
True zero, but VB is old school and didn't like me typing in that :/
You aren't escaping the quotes out of the GetBetween. I'm sure there is an easier way but I just would use this: strHTML = GetBetween(strHTML, "<td...
Close this thread. public string[] GrabAllBetween(string strSource, string strStart, string strEnd) { List<string>...
Hey everyone, I am picking up C# and I was wondering if anyone had an "ExtractAll" function for C# that they could post here with example usage....
If you have never ABed before, I would reccomend creating a new account on a fresh IP and starting out in Pharmacy or Toy to get the hang of it. The...
My friends said the movie was bad, but I plan on seeing in this weekend.
Here is a code snippet tutorial that will display all of a pet's battledome statistics: (Note: I didn't want to bother with regex so I just used GSB)...
It would be a good idea if someone could make a Greasemonkey script that adds a button to the right of all of the auctions that allows you to bid in...
Thank you so much for writing this guide adam. The Send to neofriend method and wait for freeze is EPIC.
Here is a neat little trick I figured out a couple of days ago when I was messing around with some ideas on Userlookups on Neo. You are able to...
Slope = -1/2 A ) There is a couple different ways to do this, point slope form: y - 2 = -1/2(x + 1) y - 2 = -1/2x + 0.5 y = -1/2x + 2.5 For the...
Hey everyone, I am a new member here and I was playing around with some ideas this morning and I figured out how you can log the username for anyone...