No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I have recently opened a site for freeware. I am offering free webspace to any freeware developer. However there are some rules. You must be able to prove the software is your own work and that all credit is given where it is required. If you can comply with these …
[CODE] string[] value = { "1", "2", "3" }; foreach (string values in value) { checkedListBox1.Items.Add(values); } [/CODE] here you go. also i already tested it and it worked
StreamWriter stwLog = new StreamWriter("data.log"); stwLog.WriteLine(richTextBox1.Text); // Depending on what your doing just using write might be easier so try it out. stwLog.Close();
ok u deleted the old file so it wont write to it just remove delete and just keep realm.write(Go); Use binary writer if you want to get more controll over what you write
[CODE]{ Random rnd = new Random(); switch(rnd.Next(1, 10)) { case 1: this.BackColor = Color.AliceBlue; break; case 2: this.BackColor = Color.AliceBlue; break; case 3: this.BackColor = Color.AliceBlue; break; case 4: this.BackColor = Color.BlanchedAlmond; break; case 5: this.BackColor = Color.Khaki; break; case 6: this.BackColor = Color.LightSlateGray; break; case 7: this.BackColor = Color.Peru; …
Ok this will be a easy to make game for pros but for new users it will improve your understanding of c#. Ok start my setting up your GUI(Generall User Interface) by selecting a trackerbar, 2 buttons, a label and a trackerbar. Place the trackerbar at the top of your …
The End.
edgareatis