is any one of u here knows about the tabbed component of vb..unsa code ani bro?I don't know how to use it
is any one of u here knows about the tabbed component of vb..unsa code ani bro?I don't know how to use it
add lang ka sa component bro, look for the tabctl.ocx, mura anaon man cguro, limot nako vb6
''Ctrl+T or Project menu -> Components, then look for Microsoft Tabbed Dialog Control..
Private Sub SSTab1_Click(PreviousTab As Integer)
Select Case SSTab1.Caption
Case "Tab 0"
MsgBox "You are in the first tab"
Case "Tab 1"
MsgBox "You are in the second tab"
Case "Tab 2"
MsgBox "You are in the third tab"
End Select
End Sub
''VB6 code
Similar Threads |
|