home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{844BFD2C-4CBC-11D2-B62A-005106C10000}#4.0#0"; "FlashWindowControl.ocx"
- Begin VB.Form frmTst
- Caption = "THEMA FlashWindowControl Example"
- ClientHeight = 4725
- ClientLeft = 60
- ClientTop = 405
- ClientWidth = 4425
- Icon = "Tst.frx":0000
- LinkTopic = "Form1"
- ScaleHeight = 4725
- ScaleWidth = 4425
- StartUpPosition = 3 'Windows Default
- Begin FlashWindowControl.FlashWinCtrl FlashWinCtrl1
- Left = 135
- Top = 2760
- _ExtentX = 7250
- _ExtentY = 3360
- End
- Begin VB.HScrollBar HScroll1
- Height = 285
- Left = 750
- Max = 2000
- Min = 100
- TabIndex = 3
- Top = 435
- Value = 100
- Width = 3480
- End
- Begin VB.CommandButton Command2
- Caption = "Stop"
- Height = 705
- Left = 1110
- TabIndex = 1
- Top = 1890
- Width = 2160
- End
- Begin VB.CommandButton Command1
- Caption = "Start"
- Height = 705
- Left = 1110
- TabIndex = 0
- Top = 1140
- Width = 2160
- End
- Begin VB.Label Label5
- Caption = "http://www.geocities.com/SiliconValley/Haven/2118"
- Height = 195
- Left = 225
- TabIndex = 7
- Top = 3945
- Width = 4035
- End
- Begin VB.Label Label4
- Alignment = 2 'Center
- Caption = "THEMA FlashWindowControl Example by Maarten van Gompel, September 1998"
- Height = 975
- Left = 645
- TabIndex = 6
- Top = 2955
- Width = 3105
- End
- Begin VB.Label Label3
- Caption = "Slow"
- Height = 165
- Left = 3630
- TabIndex = 5
- Top = 795
- Width = 615
- End
- Begin VB.Label Label2
- Caption = "Fast"
- Height = 165
- Left = 810
- TabIndex = 4
- Top = 780
- Width = 615
- End
- Begin VB.Label Label1
- Caption = "Speed:"
- Height = 225
- Left = 135
- TabIndex = 2
- Top = 450
- Width = 675
- End
- Attribute VB_Name = "frmTst"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- FlashWinCtrl1.StartFlash frmTst, HScroll1.Value
- End Sub
- Private Sub Command2_Click()
- FlashWinCtrl1.StopFlash
- End Sub
-