Painting over the textbox of a combobox

  • Thread starter Thread starter Florian Kowalsky
  • Start date Start date
F

Florian Kowalsky

I need to paint a rectangle in above the textbox of a combobox.
How can i do that.

At present the rectangle is always in the background and the textbox is in
the foreground!!

Thanks
 
I need to paint a rectangle in above the textbox of a combobox.
How can i do that.

At present the rectangle is always in the background and the textbox is in
the foreground!!

Thanks

You can derive from it and handle the painting yourself, I saw an
example in opennetcf.org about a listbox, it might help you.
"Owner drawed control" could be the search term to look for articles
about this
 
Back
Top