I’ve never personally used any of the Data controls within Visual Studio. I need to view and edit a two-dimensional byte array, 16×15 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 😛
Following is part of my Array debug visualizer (ftp://missico.net/ArrayVisualizer.zip)