Ver Mensaje Individual
  #6 (permalink)  
Antiguo 29/07/2014, 21:29
Avatar de Triby
Triby
Mod on free time
 
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 15 años, 8 meses
Puntos: 2237
Respuesta: Agregar nueva opcion de buisqueda

Precisamente, de eso se trata la cosa, ejemplo:

Código vb:
Ver original
  1. Private Sub BotonAceptar_Click()
  2.     Dim valor As String
  3.     Valor = Trim(CuadroDeTexto.Text)
  4.     If Valor = "" Then
  5.          MsgBox "Teclea el texto a buscar"
  6.     Else
  7.         ' Aquí realizas las búsqueda
  8.    End If
  9. End Sub
__________________
- León, Guanajuato
- GV-Foto