Hi,
I have a form that needs to display certain number of teams in full screen,
the names and score of the team are stored in a list.
i wish to implement a dynamic subrutine that will add the info n the fly as it is edited in main form.
i have been told that the best way is to add the content to table layout panel.
my problems are this:
1. how to dynamicaly add control, say label, from one for to the table layout of the other form.
2. how to set the parameters for the cell in which i wish the control to appear.
Is there a better way to do this...
thank You
I have a form that needs to display certain number of teams in full screen,
the names and score of the team are stored in a list.
i wish to implement a dynamic subrutine that will add the info n the fly as it is edited in main form.
i have been told that the best way is to add the content to table layout panel.
my problems are this:
1. how to dynamicaly add control, say label, from one for to the table layout of the other form.
2. how to set the parameters for the cell in which i wish the control to appear.
Is there a better way to do this...
thank You