Hi, I want to design a Tic Tac Toe Program. I made a 3X3 grid using an double array of rectangles. I want to be able to click each grid so that either a X or O shows up in each grid . Can someone pleas help me?
Thanks,
Nivi
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Master BillaPosted Oct 3, 2009, 1:19 AM
You can take look at this sample to how you can work out
http://support.microsoft.com/kb/308484
thank you