开发者

Creating a menu strip with WinAPI

开发者 https://www.devze.com 2023-01-04 05:23 出处:网络
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++?

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 ?

0

精彩评论

暂无评论...
验证码 换一张
取 消