Hi all.. I'm fairly experienced with C++, but just starting in win32 programming. I'm trying to add a control like the one here. From what I can tell from Spy++, it's some sort of MFC list box, but using depends on it I don't see a dependency on any MFC DLL (but maybe it's statically linked?). I need to make the entries editable. I found this article on subclassing MFC controls, which seems pretty slick. I was hoping to stick with plain win32 though.
So my question is.. is it much harder to subclass controls in plain win32? I'm reading this right now, just wondering if anyone's done this before.
So my question is.. is it much harder to subclass controls in plain win32? I'm reading this right now, just wondering if anyone's done this before.
