blah blah blah is here! blah blah » Close

0
votes
1 answers

Creating labels at runtime

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. I have been struggling for a while. Can you pleas ...

1
votes
1 answers

Storing combobox items created at the runtime and reusing the stored value

Hi guys, I'm pretty new to C# and .NET. I have created a method within a 'combobox1' which will create multiple comboboxes at the runtime of the program depending on the combobox1 selected item. So I have a control 'combobox1' with it ...

Feedback