Ver Mensaje Individual
  #11 (permalink)  
Antiguo 04/07/2012, 22:19
Erick21
 
Fecha de Ingreso: abril-2010
Ubicación: Lima-Peru
Mensajes: 96
Antigüedad: 14 años
Puntos: 2
Respuesta: busqueda por Letra en un ComboBox

Gracias , Aquaventus , cuando aplico los indices como parametros y me dice que no estan definidos en la matriz

Private Sub cboproducto_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles cboproducto.KeyPress


Dim texto As String = cboproducto.Text.Trim()
Dim palabras() As String = texto.Split(" ")

cboproducto.DataSource = objx.getCombos(9, palabras(0).ToString,Palabras(1).ToString)


End Sub

seguire intentando, gracias.