VERSION 4.00 Begin VB.Form Form1 Caption = " Simplex" ClientHeight = 7440 ClientLeft = 4260 ClientTop = 3945 ClientWidth = 9645 Height = 7875 Left = 4200 LinkTopic = "Form1" ScaleHeight = 7440 ScaleWidth = 9645 Top = 3570 Width = 9765 Begin VB.CommandButton Command1 Caption = "Start" Height = 375 Left = 8160 TabIndex = 0 Top = 6960 Width = 855 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Call Exec_Simplex End Sub