InsertMenu/AppendMenu - How to add Icons to menu and submenus using C++ and win32

前端 未结 2 1264
无人共我
无人共我 2021-01-13 18:53

I have written a shell extension dll context menu program using C++ and win32 programming. The development environment is Visual Studio 2008 and 2010. In the below sample co

2条回答
  •  春和景丽
    2021-01-13 19:23

    CreatePopUpMenu also works. You just had to use InsertMenu instead of AppendMenu.

提交回复
热议问题