My name says true.
TPBM just got home from school.
Offline
if you count and hour and a half ago yes, if not, then no#
tpbm has a memory stick
Last edited by markyparky56 (2009-09-18 09:08:18)
Offline
yesh :3
TPBM is going to type within the next five minutes of looking at this
Offline
i dont know... maybe... dont think so though...
tpbm likes school?
Offline
NO WAI.
TPBM is making a site on google sites. (bored)
Offline
noooooz
TPBM knows how to make a nuclear reaction
Offline
dangerous... depends though, does it mean splitting an atom?
likes blackcurant juice!
Offline
Offline
if you count my old acount.
tpbm likes pencils.
Offline
with eggys!! click'em!
tpbm clicked my eggs?
Offline
nopey...
tpbm is on their own personal computer.
Offline
Offline
No.
TPBM knows what THIS code does.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net; using System.IO; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private string GetTinyUrl(string url) { WebRequest request = WebRequest.Create("http://tinyurl.com/api-create.php?url=" + url); using (WebResponse response = request.GetResponse()) { using (StreamReader reader = new StreamReader(response.GetResponseStream())) { return reader.ReadToEnd(); } } } private void textBox1_Enter(object sender, EventArgs e) { if (textBox1.Text == "Enter a url here.") { textBox1.Text = ""; } } private void Form1_Load(object sender, EventArgs e) { textBox2.Text = Settings1.Default.LastTinyUrl; } private void button2_Click(object sender, EventArgs e) { this.Close(); } private void button1_Click(object sender, EventArgs e) { textBox2.Text = GetTinyUrl(textBox1.Text); } } }
Offline
YESH
TPBM is not Doody but is disguised to look like Doody
At least 60 seconds have to pass between posts. Please wait a little while and try posting again.
Offline
Do I look like Doody? O.o
TPBM has a facebook.
Offline
No
TPBM has seen one of my projects.
Offline