Tic-Tac-Toe in Visual Basic 6

  • July 24, 2010
  • James Skemp
Back in December of 2003 I created a Tic-Tac-Toe application in Visual Basic 6. Below is the code from MainWin.frm, which should be sufficient to create the application. This code is covered by a Creative Commons Attribution-NonCommercial 3.0 license. VERSION 5.00 Begin VB.Form Form1 Caption = "Tic-Tac-Toe" ClientHeight = 3255 ClientLeft = 4410 ClientTop = 3255 ClientWidth = 4080 LinkTopic = "Form1" ScaleHeight = 3255 ScaleWidth = 4080 Begin VB.CommandButton AboutThis Caption = "

Read More