Private Sub TabControl1_Selecting(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TabControlCancelEventArgs) Handles TabControl1.Selecting
If e.TabPageIndex = 1 Then
e.Cancel = True
End If
End Sub
fuente
No hay comentarios.:
Publicar un comentario