Saveis como llamo nuevamente al tab1?.
Código:
Private Sub TabPage2_HandleCreated(ByVal sender As Object, ByVal e As System.EventArgs) Handles TabPage2.HandleCreated
If File.Exists("c:\fichero.txt") Then
MsgBox("Existe", MsgBoxStyle.Information)
Else
'Aqui va el codigo que llama al tab1 nuevamente. pero como lo llamo?
End If
End Sub
Intente con tab1.select(). Pero nada