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

4. Then add 6 more buttons like this & change the text to
Won.

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

5. Now double click the form & paste the below code.

Make sure u change “public class easy”. Change “easy” to Form1 or your form Name.

Code to reset back to default


Download tic tac toe game made in vb.net from below link.

Leave a Comment

Your email address will not be published. Required fields are marked *