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
~269 People Reached
Favorite Forums
Member Avatar for stefano.a.feltre

i make a program that create a number of texboxes equal of number that i insert in the first textbox,after i received the others number of the other texboxes in input and i make the sum of these numbers The problem is that i insert in the first textbox "5" …

Member Avatar for Momerath
0
148
Member Avatar for stefano.a.feltre

(sorry for my english...) I have created a textbox where i take the number of textboxes that i must create... i created the textboxes pressing a button whit this... N = Convert.ToInt32(textBox1.Text); //N is a global variable... ValoriText = new TextBox[N]; for (int i = 2; i <= N + …

Member Avatar for JOSheaIV
0
121