Dear all,
Please can I make my listbox in a variable manner?
I have 3 listboxes and I want to make the number for listbox is a variable ?
I need to display an 2d-array in 3 listboxes .
for (int k = 0; k != array_cols; k++)
{
for (int i = 0; i != array_rows; i++)
{
arraytimes[i, j] = Multi;
Multi = Multi * 10;
listBox($k).Items.Add(arraytimes[i, k]);
}
}
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
thank you for the article, Greetings from www.cucisofa-surabaya.com