home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmWaste
- Caption = "Time Waster"
- ClientHeight = 2070
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 3675
- Height = 2475
- Left = 1035
- LinkTopic = "Form1"
- ScaleHeight = 2070
- ScaleWidth = 3675
- Top = 1140
- Width = 3795
- Begin TextBox Text1
- Height = 315
- Left = 540
- TabIndex = 0
- Text = "Text1"
- Top = 600
- Width = 2235
- End
- Option Explicit
- Sub Text1_Change ()
- Static z%
- Dim l&
- If z% = 0 Then
- For l& = 1 To 10000000
- Next l&
- z% = 1
- End If
- End Sub
-