碰到了类似需求,但是上网查了一圈发现感觉要么很复杂,要么代码很臃肿,索性自己实现了一个 几乎和QQ是一模一样的效果,而且核心代码只有20行左右. 代码如下: using System; using System.Windows; using System.Windows.Forms; //需要获取鼠标位置 namespace moniQQcollasped { public partial class MainWindow : Window { Timer _timer = new Timer(…