[win10] 把程序添加到右键“打开方式(H)”里面的方法
摘要:这么多年了,网上就没有关于这个问题的完整文章。 就是这个菜单列表,原因是我没有使用 win32 的 rc 文件设置文件版本。
阅读全文
Windows 桌面各个窗口的获取
摘要:/* shellwindow.h sdragonx 2015-02-12 12:23:16 */ #ifndef SHELLWINDOW_H_20150212122316 #define SHELLWINDOW_H_20150212122316 #include <windows.h> const
阅读全文
注册文件类型
摘要:使用方法,如要注册 ".abc" 类型的文件: RegisterShellFileType(".abc", "abcfile", "abc文件", "c:/abc/abc.exe", NULL, "c:/abc/abc.exe", 0); 代码: void RegisterShellFileType
阅读全文