摘要: 转自 Delphi and the Windows API - Win32 Shell API - Delphi Power Delphi and the Windows API Last Updated on Wed, 31 Mar 2021 | Win32 Shell API When Delp 阅读全文
posted @ 2021-04-13 09:52 prograys 阅读(142) 评论(0) 推荐(0)
摘要: Alt +Shift +Enter 阅读全文
posted @ 2020-12-29 22:46 prograys 阅读(449) 评论(0) 推荐(0)
摘要: 批处理 Win10 ie4uinit -show Win10之前的系统 ie4uinit.exe -ClearIconCache 关于 ie4uinit 的介绍,参见 https://www.file.net/process/ie4uinit.exe.html What is ie4uinit.ex 阅读全文
posted @ 2020-12-17 11:22 prograys 阅读(1278) 评论(0) 推荐(0)
摘要: 在低版本Delphi,如 Delphi2007下,Console程序默认是无法设置图标、版本信息的。 设置版本信息,需要引入资源文件,所以在dpr中添加 {$R *.res} 语句就可以了。 但这样,图标的设置界面仍然是不可用,有几种解决办法: API设置程序图标 SetConsoleIcon 1 阅读全文
posted @ 2020-12-17 10:23 prograys 阅读(276) 评论(0) 推荐(0)