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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top