Menus in SmartWin++ are created through coding in C++ which can be quite tedious.
Menus are easily created using WYSIWYG resource editors like the one form Visual C++
and the corresponding resource file (.rc) is generated.
I hope that the future release would support loading of menus from a resource file (.rc)
much similar to control subclassing given the control ID where we can also assign event handlers.