On Tue, 9 Sep 2003, Igor Grahek wrote:
Do you think something like this will do?
Yes, this looks much better.
I also checked some other controls in comctl32 and every implementation is different. Usualy there is no hwndNotify and GetParent() is used in SendMessageW calls and all of these need to be replaced. Luckily most of control implementations are already forwarding lpcs to *_Create functions.
Yes, I also wanted to do this very refactoring for a long time now, so it's good to see other are interested on working on it ;)