No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hello, Could you please tell me since I spent so much time on this, how to create multiple text boxes based on the selected combo box value (eg. 1,2,3,4,5....). I tried for loop but I only get one text box created. Basically if I select value 4 from the combo … | |
Hi guys, I am trying to write a code which will create labels at runtime vertically after selecting a value from a combobox. I am only getting one label created at the starting position. Can you please tell me what the problem is and how can I fix it? Thanks … | |
Hi Guys, New to C# and I am struggling with storing a selected item from the array of comboboxes created at the runtime. Can you please help me [U]write the command within the [/U][U]button_Click event [/U]so that it calculates the sum of all selected items from the comboboxes created at … | |
Hello, I'm pretty new to C# and .NET. I have been working with the arrays within comboBoxes I have created a method to add multiple comboBoxes, each with defined items to select from (1,2,3,4,5,6,7,8,9,10) When I run the program, comboboxes get created automatically. When I select the value from a … |
The End.