Ok, so I have a program which asks the user 15 multiple choice questions from a database.
When the user answers incorrectly, the question number and question type is added to a 2D array.
I want to display this in a picturebox once all of the questions have finished. I can do this successfully on the same form as the questions, however it has to be on a separate form. However, using the same code it does not work on the other form. I have declared my array globally.
I have uploaded my entire program in a .rar file for you to see for yourself.
http://www.uploadcomet.com/download.php?fi...ff666009c78389eOn the program you will see a picture box on the 'Test1' form which displays the array. This is only there to test it. In the final program I want it to display on the 'Revision' form. As you can see this does not happen.
I hope I have provided enough info.
Thanks
-GrahamP.
This post has been edited by GrahamPaul: 21 Jan, 2008 - 03:32 AM