Creating a menu strip with WinAPI
In .Net there is something called a menu strip. These are more customizable than HMENU's. 开发者_Go百科How could I create one of these in unmanaged C++?
Thanks
They aren't more customizable than HMENUs, they're just easier to customize. If you don't want to use MFC C++ WinAPI wrapper, what do you want to customize ?
精彩评论