hi,
ich habe es auch nochmals mit Ownerdraw probiert, aber an das SLE kommt ma da gar nicht "ran".
in der Online Knowledge Base habe ich das gefunden
PDR 2981
Symptom:
XbpCombobox does not tell when the SLE part get focus
Description:
It is not possible to determine whether the SLE part or the LISTBOX part
of a XbpCombobox received the input focus.
Solution:
This is by design.
On Win32 platforms the SLE part does always get the input focus, the listbox
part does not receive the input focus although it looks like it does.
wenn man also gar nicht bestimmen kann ob das SLE den Focus hat so wird man kaum darauf "reagieren" können.
... mir fällt gerade ein das wir doch mal das Thema "schmales SLE in Combobox" hatten.
Dort wird mittels
SendMessageA( oCombo:getHWND() ... ) gearbeitet ... bei Progressbar / Marquee ging die "Farbe" (grün,gelb,rot) auch nur über
SendMessageA() ... ob man damit was anstellen kann ...