"Herfried K. Wagner [MVP]" a écrit
> * chriske <(E-Mail Removed)> scripsit:
>> only the difference is that a tabpage is already inside another
>> container, the tabcontrol, can I create just the one tabpage and
>> simply make a copy from the first already containing al the existing
>> controls but with another name on the tab ?
>
> I still don't understand. Maybe you want to place the controls directly
> on the form (not inside a tabpage), then move them over the tabcontrol
> and bring them in the foreground this can be done in the IDE by using
> commands from the control's context menu or by calling the control'
> 'BringToFront' method.
>
I hardly can't place the same controls over and over again on the main
form or on the same tabpage ? it's about kind of a card holding all the
values of each combination of dices, this has to be displayed
separately for each player
has anyone here heard about the dice game Yahtzee ?
>> how I loved the control arrays of VB6, now I seem to have to learn
>> another way to create several instances of the same object and also
>> looping through this collection seems unnecessary difficult now
>
> Which collection do you want to loop through?
this was meant as a general remark, I simply loved how I could make an
array of buttons in VB6 and assign events using their index inside a
select statement, how to do this in VB.Net ?
thnx