Registriert seit: 10. Jun 2002
Ort: Unterhaching
11.412 Beiträge
Delphi 12 Athens
|
5. Okt 2002, 17:46
Nimm doch eine normale ComboBox und füge diesen Code in das OnEnter Ereignis ein.
Code:
if not ComboBox1.DroppedDown then
ComboBox1.DroppedDown := True;
Daniel Lizbeth Ich bin nicht zurück, ich tue nur so
|