#Bitmaps
Don,
Well, I would have to sit down and figure this out but off hand: All
the relevant messages that get sent to the various controls should be
included as events. WM_MOUSEACTIVATE is a *big* one for a lot of people.
There are other messages that I am sure people would like to hear about.
As for callbacks, how about support for HOOKs and sub-classing? Even this
stuff can be fudged with the CDK but not too many people are masters of
that…even the masters!<g> My *most* important recommendation is form
instancing (form arrays or something similar). This is something that
simply *cannot* be done by a third party and has to be done by you. In a
resource driven environment such as this, it should be easy to add this
functionality. That's the feature I personally want most and if you added
it, I would even be willing to donate the rest! -=- Jonathan
There is 1 Reply.