[DllImport("User32.dll")] private static extern bool SetCursorPos(int x, int y);
private void timer2_Tick(object sender, EventArgs e) {
SetCursorPos(blist[bi].Location.X + 50, blist[bi].Location.Y + 200);
}
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3