VERSION 4.00 Begin VB.Form Form1 BackColor = &H00FFFFFF& Caption = " Hanoi Towers" ClientHeight = 10230 ClientLeft = 3660 ClientTop = 3075 ClientWidth = 12135 ForeColor = &H00404040& Height = 10800 Left = 3600 LinkTopic = "Form1" ScaleHeight = 10230 ScaleWidth = 12135 Top = 2565 Width = 12255 Begin VB.CommandButton Command1 Caption = "Start" Height = 495 Left = 10800 TabIndex = 0 Top = 9600 Width = 855 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() MaxX = Width: MaxY = Height Exec_Hanoi End Sub