QUOTE(bbynitemre @ 3 Feb, 2008 - 10:46 AM)

I have to create a tic tac toe game with 3 graphics (1 for unselected, 1 for X, and 1 for O). I am using the picture box and added the image when you run the program you cannot click on the picture. What is the property that allows a user to click on a picture box when you run your program?
I believe that what Schmidt38 suggested to in vb.net also works in Visual Basic 5 (which I have) and probably version 6. When you are creating the form with the various picture boxes, just double-click on the picturebox you want to write code for and the program will create the subroutine where you can put the code that you want to accomplish when you do the double-click on the picture box.
(It's probably in the manual)
Good luck.