
11/01/2006, 11:32
|
| | Fecha de Ingreso: noviembre-2003 Ubicación: Costa Rica
Mensajes: 85
Antigüedad: 21 años, 5 meses Puntos: 0 | |
Compañer@s,,
Creo que ya lo solucione, peo me gustaria saber si hay una manera mas efectiva. Aqui va lo que probe..
Private Sub SSTab2_Click(PreviousTab As Integer)
If SSTab2.Tab = 1 Then
MsgBox "Sobre Tab 1", vbOKOnly
End If
If SSTab2.Tab = 2 Then
MsgBox "Sobre Tab 2", vbOKOnly
End If
If SSTab2.Tab = 3 Then
MsgBox "Sobre Tab 3", vbOKOnly
End If
If SSTab2.Tab = 4 Then
MsgBox "Sobre Tab 4", vbOKOnly
End If
If SSTab2.Tab = 5 Then
MsgBox "Sobre Tab 5", vbOKOnly
End If
If SSTab2.Tab = 6 Then
MsgBox "Sobre Tab 6", vbOKOnly
End If
End Sub
** Existira otra manera de hacer esto de forma mas seguro??
saludos
Gracias |