-
Owner drawn Combo Box
Hi,
I want to play with this owner drawn stuff - sounds cool!
No seriously, I need to create a combo box that when you click the dropdown a listview is displayed. I presume that I need to set this control to be owner drawn but it doesn't have a property like other controls...! Am I looking at this the wrong way? If I was in VB6 I would subclass the object so that on a dropdown message I would hook it and make a listview visible, etc.... but now I am lost! Can anybody help?
Thanks,
DJ
-
I think that first thing you have to do is overriding the 'DropDown' event . I've done something simple in VB.NET not C# . It overrides the 'Closing' event to use the one I want to implement .