blah blah blah is here! blah blah » Close

1
votes
0 answers

program to check domain availability

I want to program an application that will check through the web the availability of an inputted domain for registering. Any leads on how to tie the program to work with some online db, any namespaces, classes that would fit etc.? Tha ...

2
votes
3 answers

Cashflow\\ Any suggestions?

I want to make a small app using c# that will help me control my cash flow. I would input to the program each time the amount of money I spent (after each day I will enter this day's expenses, with the details of what I bought etc. and i ...

0
votes
1 answers

LABEL.TEXT property to change when a node is selected

Hey guys. I have a treeview control and a label right next to it. I want the label to show a certain text (hence the label.text property should be involved in this process) whenever a different node from the treeview control is sele ...

1
votes
1 answers

Structure of the commenting post in question pages

I think it would be more tidy and readable if an "as is" option will be enabled at posting comments. I'll explain: When I post a comment on a question page, like this: "This is my comment. Thank you for helping me ...

0
votes
2 answers

Can someone please explain this line of C# code to me?

I've been dodging arrays for quite some time in C# but now it's time to ride that horse. The following code: Code: [code] private void button1_Click(object sender, EventArgs e) { 1 // create the array 2 ...

Feedback