[COLOR=Blue]This is how to do an array for a fist view table in a table view or click event same as the listvbox but the show states diffrent slightly A bing thanks to dreamincode for there help with this peace of code Code; Dim questions As Form() = New Form() {Form2, Me, Form2, Me} questions(0) = Form2 questions(1) = Form3 questions(ListView1.SelectedIndices.Item(0)).Show() Kind Regards Bradley [/COLOR]