Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/07/2005, 02:43
Avatar de Jose_minglein2
Jose_minglein2
 
Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 19 años, 6 meses
Puntos: 8
Código PHP:
 Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.ObjectByVal e As System.Windows.Forms.KeyPressEventArgsHandles ComboBox1.KeyPress
        Dim 
var As String ComboBox1.Text
        
If ComboBox1.DroppedDown False Then
            ComboBox1
.DroppedDown True
        End 
If

        Try
            
ComboBox1.SelectedIndex ComboBox1.FindString(ComboBox1.Text e.KeyChar)
            
ComboBox1.Text = var + e.KeyChar
            ComboBox1
.SelectionStart ComboBox1.Text.Length
            e
.Handled True

        
Catch ex As Exception

        End 
Try

    
End Sub 
Esta pequeña función hace lo que pides (aunque seguramente tengas que modificar algo, para cuando se borrar y tal), por defecto no se si existe alguna. Pruebala y nos cuentas