I hope that the future release would have optional message mapping macros like those used in ATL and WTL GUI classes or other message and event handling mechanisms aside from using switch statements. Message mapping macros make the code more neat and easier to maintain than a big switch statement especially if there are lots of messages and events that needs to be handled. Big and sometimes nested switch statements tangle the code making maintenance quite difficult and this can be avoided with message mapping macros. Message and event handling methods used in other frameworks like QT and SmartWin++ are also good alternatives to large switch statements. So, I suggest that this framework should have optional message mapping macros or other message and event handling methods making it more suitable for large projects too.