Ownerdrawn Combbox

  • Thread starter Thread starter mnsindhu74
  • Start date Start date
M

mnsindhu74

hi
I am creating an ownerdrawn combo box. I will need to display
icons/images in the edit portion of the combobox. I retreived the
handles of Edit and List portions with ComboBoxInfo structure. Then I
created a class inherited from NativeWindow. This class is assigned the
handle of EditBox of combo so that I can handle the WM_PAINT event only
for the Edit portion. So far everything good. But the problem I am
facing is that The EditBox gets continuously painted and there is lots
of flickering in that area. Can anybody help me to understad the what
went wrong?

thanks
sindhu
 
Back
Top