I was on Krool's Common Controls thread and he got me thinking about custom controls. I've got quite a few (some already posted), but I've got a few that may be of use to others.
This one I call my ComboCheck box. Basically, it's a ComboBox for which multiple items can be selected out of it (rather than just one like the standard ComboBox). For my purposes, it comes in quite handy, so I thought I'd share. It's included in the attached demo project. If you wish to use it, just put the ComboCheck.ctl file in your project, and it'll appear in your toolbox. Just as an FYI, it does require the "OLE Automation" reference, but that's typically referenced in VB6 projects by default (unless you explicitly un-reference it).
Enjoy,
Elroy
This one I call my ComboCheck box. Basically, it's a ComboBox for which multiple items can be selected out of it (rather than just one like the standard ComboBox). For my purposes, it comes in quite handy, so I thought I'd share. It's included in the attached demo project. If you wish to use it, just put the ComboCheck.ctl file in your project, and it'll appear in your toolbox. Just as an FYI, it does require the "OLE Automation" reference, but that's typically referenced in VB6 projects by default (unless you explicitly un-reference it).
Enjoy,
Elroy