In .Net there is something called a menu strip. These are more customizable than HMENU's. How could I create one of these in unmanaged C++?
Thanks
In .Net there is something called a menu strip. These are more customizable than HMENU's. 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 ?