I pasted the code into paste bin at http://pastebin.com/aWVms2ju, to try the code, create a new windows forms application in visual basic .net, make sure the form is named form1 and then replace the form1.vb with that code in paste bin
The goal is to make a history of what was painted onto the form. This is just a little piece of the program I am making and it is one of two major problems I am having :[.
The two dimensional array gives a null reference error if I don’t assign it that value where I declared it. Now it is saying the index is out of array bounds. I don’t understand this because it is a dynamically expanding array... or so I thought.


Reply With Quote


