Hello,
In fact I need a list of inputboxes:
- first collumn is with fixed numbering
- second and third collumn should behave like inputboxes for values
- I need 20 rows of it
As the listbox-control doesn't allow user input, I thought of creating
the textboxes dynamically in code and assign...