Caption = "Click on the splitter bar and drag it to side or the other."
Height = 975
Left = 5700
TabIndex = 7
Top = 1320
Width = 1275
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = $"ct_split.frx":030A
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 700
size = 8.25
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 915
Left = 300
TabIndex = 6
Top = 120
Width = 6735
End
Attribute VB_Name = "w_split_demo"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload w_split_demo
End Sub
Private Sub ctSplit1_BarMove(W1_Top As Integer, W1_Left As Integer, W1_Bottom As Integer, W1_Right As Integer, W2_Top As Integer, W2_Left As Integer, W2_Bottom As Integer, W2_Right As Integer)