Recent content by aronquiray

View posts by aronquiray View threads by aronquiray
  1. [C#] ADF.LY Mass Link Generator

    I really love to program C# but :( Csharp really doesnt love me >.< anyways. @vick, i'm done on my system, its Autosurf + Autopick up an IP feature and Proxies are updated on the net, :D 2 days of coding @_@
  2. Linkn.co 1000 = $7 Easy Money + Working Bot

    all photos are broken =/ dunno how to use this one :( can anyone upload imgs?
  3. Earn more than 50$ in 2 - 4 Days

    Yes this is Legit | This calls the Law Of Leverage (Buying a persons time) So to Start : Join this link Non - Ref | Link At your registration you will have a 1$ bonus, So you just need to add 1$ as investment to start earn high. Next you do after when you receive the credits on...
  4. How old are you?

    24 y/o and had a son :D from Philippines :D too short again @_@
  5. How old are you?

    24 y/o and had a son :D from Philippines :D too short again @_@
  6. [C#] TinyURL Generator

    System.Net.WebClient a = new System.Net.WebClient(); string b = a.DownloadString("http://tinyurl.com/api-create.php?url=" + textBox1.Text); Nice hehe, connected to tiny URL, are there anyways you can make connected to Adfoc.us?
  7. Where can i download, Vissual Essential 2003

    Are there Visual Essentials 2003? not VS 2008? 2010? or any?
  8. [VB.NET ASPX] Registration Script with Email Support (Activation Code)

    Thanks for that, I am interested helping people as well as learning from helping :)
  9. Whom would you pick?

    Basically, Lets be practical at this time We know most of men / guys are much on Computer playin games whom would you pick? your Girlfriend? or your favorite Computer Games? and why? lol
  10. Whom would you pick?

    Basically, Lets be practical at this time We know most of men / guys are much on Computer playin games whom would you pick? your Girlfriend? or your favorite Computer Games? and why? lol
  11. [VB.Net ASPX] SQL Connection String

    On the Web.Config File add this <appSettings> <add key="Variable1" value="Server=computername\sqlname;Database=Account;User ID=sa;Password=yourpassword" /> </appSettings> On the Code itself Dim cn As SqlConnection Dim com As SqlCommand Dim dr As...
  12. [VB.NET] Somewhat Anti SQL

    Dim c As Integer = 0 If IsNumeric(YOUR TEXTBOX NAME.Text) = False And c = 0 Then LABELERROR.Text = True LABELERROR.Text = "Only Letters and Numbers " YOUR TEXTBOX NAME.Text = "" c += 1 Else c += 1 End If
  13. [VB.NET] Somewhat Anti SQL

    Dim c As Integer = 0 If IsNumeric(YOUR TEXTBOX NAME.Text) = False And c = 0 Then LABELERROR.Text = True LABELERROR.Text = "Only Letters and Numbers " YOUR TEXTBOX NAME.Text = "" c += 1 Else c += 1 End If
  14. [VB.NET] Somewhat Anti SQL

    Dim c As Integer = 0 If IsNumeric(YOUR TEXTBOX NAME.Text) = False And c = 0 Then LABELERROR.Text = True LABELERROR.Text = "Only Letters and Numbers " YOUR TEXTBOX NAME.Text = "" c += 1 Else c += 1 End If
Back
Top