Hello,

First of all, I want to be straight forward. This is regarding homework that I have. I do not want to be given the answer, I just want to be pointed in the right direction to get started. I have left a message with my instructor to get back with on this, but she is out of town and may not get the message. Basically, we have been studying Console applications that use arrays. I am ok with that, but she has ask us to do a Windows array. I basically have to enter 6 people and their info into the array. I have textboxes setup for name, address...etc.... My problem is that I do not know how to get started with it. In Console, I would just do a loop to keep prompting the user for the info, but in Windows, I do not know how to "prompt" for new input. If I fill out the info in the textboxes and click "Submit" then that just loads the data for the first index of the arrays I have created for the name, address..etc. So how do I move to the next index?

Thanks for any "pointers" and again, please just give me enough to get started and not the whole thing.

Thanks!