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.
我想做的是创建自己的自定义资源管理器而不是 windows explorer.exe,但我希望能够使用活动程序和带有图标的外壳区域创建自己的任务栏。
我在网上查了一天,没有找到任何信息。我的主要语言是 c++,我非常熟悉 windows api 调用、资源,甚至从 dll 中提取资源。
我只是不知道如何从任务栏开始。
就像我说的那样,我希望能够为带有任务栏和所有内容的 Windows 制作自己的资源管理器程序。
我只是不知道从哪里看或开始。
谢谢你们 :)