VERSION 5.00 Begin VB.Form frmProg4 Caption = "Prog4" ClientHeight = 3405 ClientLeft = 165 ClientTop = 165 ClientWidth = 8580 LinkTopic = "Form1" ScaleHeight = 3405 ScaleWidth = 8580 StartUpPosition = 2 'CenterScreen Begin VB.ListBox lstMessages Height = 2400 Left = 4440 TabIndex = 1 Top = 720 Width = 3855 End Begin VB.PictureBox picColored BackColor = &H00000000& Height = 2415 Left = 240 ScaleHeight = 2355 ScaleWidth = 3915 TabIndex = 0 Top = 720 Width = 3975 End End Attribute VB_Name = "frmProg4" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Sub Form_Load() lstMessages.AddItem "Messages:" End Sub