Visually Viewing and Editing a Two-Dimensional Array - VB/C#
- by Jeffrey Kern
I've never personally used any of the Data controls within Visual Studio. I need to view and edit a two-dimensional byte array, 16x15 objects. Is there any control capable of editing this information?
I've tried to access data with the DataViewGrid, but am not sure how to use it.
It would be great to edit this information via rows and columns, like how you can in Excel.
Thank you!
Times like this I wish I could just use multiple text boxes and assign them each an index value. Oh VB6 how I miss you :P