Pages

Sunday, February 15, 2015

How to Make a Tic Tac Toe Game in VB Net

Hello every, in this tutorial we are going to see how to make a tic tac toe game in vb.net.

Also Read: Working With Error Provider in VB.Net [Video Tutorial]

How to Make a Tic Tac Toe Game in VB.net

1. First of all Open visual studio.
2. Now create a project & name it whatever you want.
3. Add 6 buttons from toolbox on your windows form application and leave their text to blank as shown below.


How to Make a Tic Tac Toe Game in VB.Net