home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form formanimate
- Caption = "Form1"
- ClientHeight = 6030
- ClientLeft = 1095
- ClientTop = 1515
- ClientWidth = 6720
- Height = 6435
- Left = 1035
- LinkTopic = "Form1"
- ScaleHeight = 6030
- ScaleWidth = 6720
- Top = 1170
- Width = 6840
- Begin AniBtn.AniPushButton AniPushButton1
- Height = 330
- Left = 2760
- TabIndex = 0
- Top = 2760
- Width = 360
- _version = 65536
- _extentx = 635
- _extenty = 582
- _stockprops = 111
- picture = "FRM121.frx":0000
- cycle = 1
- textposition = 4
- pictdrawmode = 1
- speed = 32767
- buttonversion = 1024
- clearfirst = -1 'True
- End
- Attribute VB_Name = "formanimate"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub AniPushButton1_Click()
- Dim x As Integer
- AniPushButton1.VALUE = 1
- For x = 1 To 10000
- DoEvents
- AniPushButton1.VALUE = 2
- For x = 1 To 10000
- DoEvents
- AniPushButton1.VALUE = 3
- For x = 1 To 10000
- DoEvents
- AniPushButton1.VALUE = 4
- End Sub
-