Hey I have kind of a newbie question, I'm trying to make a little joke application for my friend, and untill I can go to the store and pick up a VB book can you guys help me out?

I got a Form, with one button and on textbox. You can't type in the text box.

what i'm trying to do is make a little string array to make a program that does this:

when you hit the button, it enters into TextBox1 = MyStringArray(0), then when you hit it again it does MyStringArray(1), then MyStringArray(2), then MyStringArray(3), then when its again go back to MyStringArray(0).

is there an easy/simple way to do this? im hoping to get it made by tommorow.
thanks guys and sorry for the extremely newbie question