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
~351 People Reached
About Me

An informatician woman for 21 years. I have to learn something new all the time and this is making me to be active all the time.

Interests
literature,music
PC Specs
windowsxp
Favorite Forums
Member Avatar for DanielaCrisan

[code] private void button1_Click(object sender, EventArgs e) { n = Convert.ToInt32(textBox1.Text); for (; i < n; i = i + 2) { textBox2.Text = textBox2.Text + " " + Convert.ToString(i); ; } } [/code] I an mentioning that i,n=0; is located in the declarations zone of InitializeComponent(); I get the …

Member Avatar for Diamonddrake
0
149
Member Avatar for DanielaCrisan

I've started to be a member of this comunity looking for some C# tutorials as I am a beginer in this part of programming. I am living in Bucharest and I am 41 years old. I am so happy because this site is existing , feel not so alone, just …

Member Avatar for DanielaCrisan
0
202