//鼠标跟随一串文字

       private void Form2_MouseMove(object sender, MouseEventArgs e)
        {
            this.label1.Location = new Point(e.X, e.Y);
        }

posted on 2011-11-25 10:09  BBDN  阅读(166)  评论(0编辑  收藏  举报