Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这种风格在 VC++ 中可用还是需要第三方资源?如果它是本机的,如何在 VC++ 中将样式设置为此?
在项目的资源文件 *.rc 中,您需要添加这些更改-
POPUP“语言”,IDD_NameofID BEGIN MENUITEM "Chinese CB", IDD_somename1 MENUITEM "English", IDD_somename2 END
POPUP“语言”,IDD_NameofID
BEGIN MENUITEM "Chinese CB", IDD_somename1 MENUITEM "English", IDD_somename2 END