Code:using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace NameGetter { public partial class Form1 : Form { HTTPWrapper Wrapper = new HTTPWrapper(); public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { Random random = new Random(); Int32 rndid = random.Next(5000, 25000000); String Get = Wrapper.Get("http://www.gaiaonline.com/profiles/" + rndid); String ID = Wrapper.Between(Get, "http://www.gaiaonline.com/profiles/", "/"); textBox1.Text = ID; } } }
Results 1 to 6 of 6
Thread: UserName Grabber [C#]
- 01 Jul. 2011 09:14pm #1
UserName Grabber [C#]
- 30 Jul. 2011 02:07am #2
Okay if I used this and like I say - " Program Made By Me - Code By Bradly " That would leeching right and I could get in trouble right LOL if not IM DO IT >-<
- 30 Jul. 2011 02:10am #3
- 30 Jul. 2011 03:54am #4
Awesome dont worry I wont post on any other site im new to programing trying to get into gaia programing and gonna use your code to help me make my first program cool right haha im 12 so yeah just trying to get REALLY good Uhmm how would I add on?
---------- Post added at 03:54 AM ---------- Previous post was at 02:17 AM ----------
When can I get http wrapper cause I need that for this trk correct?
- 30 Jul. 2011 03:55am #5
- 30 Jul. 2011 04:23am #6
Error 1 The namespace 'HTTPWrapper' already contains a definition for 'HTTPOptions' C:\Users\crystal\AppData\Local\Temporary Projects\WindowsFormsApplication1\HTTPOptions.cs 12 11 WindowsFormsApplication1
Error 2 The namespace 'HTTPWrapper' already contains a definition for 'HTTPInterface' C:\Users\crystal\AppData\Local\Temporary Projects\WindowsFormsApplication1\HTTPInterface.cs 21 11 WindowsFormsApplication1Last edited by linzblue; 30 Jul. 2011 at 04:26am.