C# 获取任务栏托盘通知区域中某个程序小图标位置
===一个小项目中需要用刀点击任务栏右下角通知区域的小图标,从而触发事件其中比较容易出问题的地方是 public bool FindNotifyIcon(IntPtr hTrayWnd, ref Rect rectNotify) { UInt32 trayPid = 0; Rect rectTray = new Rect(); GetWindowRect(hTrayWnd, out rectT...





