Ive got a form with 2 frames on it, inside the left frame is a button array. On the right side is the questions in the program. When it starts it loads the questions from a file and displays the first question, its multiple choice. You select your answer and click ok, then it displays the 2nd question, and so on... You cant view future questions, but you can view and go back to any of the previous questions. There's a scroll bar scrolling the question and button frames within a bigger frame since im using a tabstrip.

Here's the issue, im trying to make it look all graphical, but i because the size of the frames the questions are in keep getting bigger, and there's no set size, im going to make a tileable background picture for both of the frames. But i dont know how to tile it.

I figured it might be easiest to put a picturebox in the frame, and anytime the frame size is changed it will resize the picturebox to the size of the frame, and i can load a picture in the picturebox and tile it.. But there's no tile option.. So i have to do it manually.

Anybody know how to do this?