From: Kevin M. <kej...@ho...> - 2010-08-29 13:06:45
|
Reini, The thing is that Custom Draw is supported by a different set of controls to Owner Draw, so I suppose a combination of both could be used. Kevin. > 2010/8/28 Kevin Marshall<kej...@ho...>: > >> After much experimentation, I have finally succeeded in creating an >> owner-drawn control in Win32::GUI. I decided to create this post >> detailing how to create an owner-drawn control in case someone else has >> the need to use one. >> > I posted a fullfletched patch for the simplier CustomDraw, > which I'm using for years to do the same. > I primarily use it to color list items. > > Added > http://www.mail-archive.com/per...@li.../msg00624.html > and removed, promised for 1.04, but it didn't happen. > http://www.mail-archive.com/per...@li.../msg00628.html > > |