okkkkkkkkkkkkkkkk...

So i made a Tic Tac Toe game for vb 2005, in a windows application.
I need a play again button, i made a bar at the top with a play again button, but need the code for it. A classmate told me this...


Code:
me.(what ever you named the picbox)
thats all i remember lol
ending is = nothing
How could i do this?

this is my code for the play now button right now. (im not sure what the gamedone thing is there for)

Code:
    Private Sub PlayAgainToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PlayAgainToolStripMenuItem.Click




        If GameDone = 1 Then
            GameDone = 0
        End If
Thanks alot, please reply asap, im leaving soon and need this for tomrrow

cya