1. 首页
  2. 编程语言
  3. 其他
  4. Delphi 移除无效的托盘图标.rar

Delphi 移除无效的托盘图标.rar

上传者: 2019-09-27 22:50:16上传 RAR文件 7.74KB 热度 23次
Delphirefreshtray移除无效的Windows系统托盘图标,非鼠标移动模拟方法,相关的代码:  begin  hStatus:=FindWindow('Shell_TrayWnd',nil);//得到任务栏句柄  ifnotiswindow(hStatus)thenexit;  hNotify:=FindWindowEx(hStatus,0,'TrayNotifyWnd',nil);//右下角区域  ifnotiswindow(hNotify)thenexit;  hNotify1:=FindWindowEx(hNotify,0,'
下载地址
用户评论