votes
Code explanation
Hi, I'm new in C#. Currently I'm learning from http://www.homeandlearn.co.uk. I'm on this code so far: [code]private void button4_Click(object sender, EventArgs e) { listBox1.Items.Clear(); //Bro ...
blah blah blah is here! blah blah » Close
Hi, I'm new in C#. Currently I'm learning from http://www.homeandlearn.co.uk. I'm on this code so far: [code]private void button4_Click(object sender, EventArgs e) { listBox1.Items.Clear(); //Bro ...
I have been asked to teach someone programming (maybe 13 years old), and I for the first got to thinking what the best first programming language is to learn from? Would you recommend a managed language like C#/Java or something more low ...
Hello all, Learning C# and decided that for my first applications outside the realm of 'tutorial stuff' I would make some things that I would actually use. So I decided on a password manager and a file archiver. My questions are mainly r ...
Got feedack? Found a bug? report it here.