home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmListBox
- Caption = "Parse Listbox"
- ClientHeight = 3870
- ClientLeft = 1170
- ClientTop = 1545
- ClientWidth = 7425
- Height = 4305
- Left = 1095
- LinkTopic = "Form1"
- ScaleHeight = 3870
- ScaleWidth = 7425
- Top = 1185
- Width = 7575
- Begin CommandButton cmdOK
- Cancel = -1 'True
- Caption = "&OK"
- Height = 495
- Left = 3000
- TabIndex = 1
- Top = 3240
- Width = 1215
- End
- Begin ListBox List1
- Height = 2955
- Left = 1020
- TabIndex = 0
- Top = 180
- Width = 5595
- End
- Option Explicit
- Sub cmdOK_Click ()
- Me.Hide
- End Sub
-