7
Reply

on button click create new window and display content of array c# (csharp)

Ask a question
I have a issue I cannot get my head around.

I have a main GUI in where I add data, 12 columns. Each data on 1 row as it comes in. This data is pushed into a array which is accessible globally. the array is dynamic 2D, growing each time I enter a set of data.

I wish to have a button that when pressed displays all the currently available data held in the array. If I can edit it then its a step further but at the minute I just need to be able to view the contents of my array.

My code is long as there are many buttons, listboxes doing different things. If any one has an idea I can mail them my code.

Thanks, Timunjin

Answers (7)