Hi There,
In my VB2005 project I have a 2D array. It contains randomly the letters A and B. Every indexnumber of the array is connected to a label in a tablelayoutpane l, to show the data.
I want another tablelayoutpane l with labels to show the same data. But on the postions of the letters A, the letters P in color black must be shown, and on the postions of the letters B, the letters P in color red must be shown.
Can somebody help me with that?
Cindy
In my VB2005 project I have a 2D array. It contains randomly the letters A and B. Every indexnumber of the array is connected to a label in a tablelayoutpane l, to show the data.
I want another tablelayoutpane l with labels to show the same data. But on the postions of the letters A, the letters P in color black must be shown, and on the postions of the letters B, the letters P in color red must be shown.
Can somebody help me with that?
Cindy
Comment