|
-
Sep 12th, 2003, 09:01 AM
#1
Thread Starter
Addicted Member
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
-
Sep 12th, 2003, 11:29 AM
#2
Sleep mode
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|