Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Member Avatar for harlequinForest

So, I'm going to make an app for my convenience and probably some others, and here's what makes me wonder: I have no prior knowledge in databases, so I really don't know the most efficient practice in making a database. Here's the problem: let's say I want to make three …

0
71
Member Avatar for harlequinForest

So, I'm going to make an app for my convenience and probably some others, and here's what makes me wonder: I have no prior knowledge in databases, so I really don't know the most efficient practice in making a database. Here's the problem: let's say I want to make three …

0
56
Member Avatar for Tank50

Hi I want to create text box array at desing time.It means i want to create text box like Text box1[1],TextBox[2],TextBox[3].How do u create it in desing time in C#. Thanks Tank50

Member Avatar for rationalise
0
648
Member Avatar for harlequinForest

I don't really want to reveal my real name and nationality, but you can just call me Raven. :D Just a soon-to-be college freshie who's learning C# as of now. I'll try to be active in this community. Oh, and by the way, I'm a big fan of rock/metal-genre so …

Member Avatar for jingda
0
141
Member Avatar for harlequinForest

Just a beginner asking for guide. :) [CODE]private void button2_Click(object sender, EventArgs e) { for (int i = 0; i < listBox1.Items.Count; i++) { listBox2.Items.Add(listBox1.Items[i]); listBox1.Items.Remove(listBox1.Items[i]); } }[/CODE] This is the method I made for moving all the items in a listbox to the one next to it. Apparently there's …

Member Avatar for samueal
0
117