21-06-13, 08:05 PM
كود :
Private Sub TabControl1_Selecting(ByVal sender As Object, ByVal e As System.Windows.Forms.TabControlCancelEventArgs) Handles TabControl1.Selecting
If Me.TabControl1.SelectedIndex <> 1 Then
e.Cancel = True
End If
End Sub
