Ver Mensaje Individual
  #4  
Antiguo 10-08-2005
Avatar de sakuragi
sakuragi sakuragi is offline
Miembro
 
Registrado: feb 2004
Ubicación: root
Posts: 1.435
Reputación: 22
sakuragi Va por buen camino
bueno gracias taodos por las ideas

alfin me funciono asi



Código Delphi [-]
 procedure TForm1.ComboBox1KeyUp(Sender: TObject; var Key: Word; 
  Shift: TShiftState); 
begin 
       Label1.Caption:=Copy (ComboBox1.Text, 0,          
                                 Length(ComboBox1.Text)-Length(ComboBox1.SelText));
 end; 
 


saludpos
__________________
OpenSuse OpenOffice.org icomputo
Responder Con Cita