home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form2
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- ClientHeight = 4020
- ClientLeft = 1455
- ClientTop = 1620
- ClientWidth = 3030
- ControlBox = 0 'False
- Height = 4425
- Left = 1395
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4020
- ScaleWidth = 3030
- Top = 1275
- Width = 3150
- Begin CheckBox Check2
- BackColor = &H00C0C0C0&
- Caption = "TopMost"
- Height = 375
- Left = 720
- TabIndex = 3
- Top = 2640
- Width = 1695
- End
- Begin CheckBox Check1
- BackColor = &H00C0C0C0&
- Caption = "ForceActive"
- Height = 375
- Left = 720
- TabIndex = 2
- Top = 2160
- Width = 1575
- End
- Begin CommandButton Command1
- Caption = "DoNothing"
- Height = 495
- Left = 120
- TabIndex = 1
- Top = 1560
- Width = 2775
- End
- Begin TBar TBar1
- ForceActive = 0 'False
- Height = 135
- Left = 0
- Top = 0
- TopMost = 0 'False
- Width = 3030
- End
- Begin Label Label2
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Copyright (c) 1994 W. Washington"
- Height = 255
- Left = 0
- TabIndex = 4
- Top = 3720
- Width = 3015
- End
- Begin Label Label1
- Alignment = 2 'Center
- BorderStyle = 1 'Fixed Single
- Caption = "TBar Custom Control Demo"
- Height = 255
- Left = 120
- TabIndex = 0
- Top = 240
- Width = 2775
- WordWrap = -1 'True
- End
- Sub Check1_Click ()
- TBar1.ForceActive = Check1
- End Sub
- Sub Check2_Click ()
- TBar1.TopMost = Check2
- End Sub
- Sub TBar1_Click ()
- MsgBox "Bye!"
- End
- End Sub
-