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
Ranked #4K
~6K People Reached

6 Posted Topics

Member Avatar for edgareatis

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 …

Member Avatar for edgareatis
0
99
Member Avatar for JOSheaIV

[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

Member Avatar for JOSheaIV
0
3K
Member Avatar for Isaaac

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();

Member Avatar for Isaaac
0
841
Member Avatar for SiPexTBC

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

Member Avatar for kvprajapati
0
139
Member Avatar for geoNeo_

[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; …

Member Avatar for edgareatis
0
2K
Member Avatar for edgareatis

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 …

0
146

The End.