不用单步,我都知道问题出在那里,就是不知出什么问题了。
                Bitmap bitmapR = new Bitmap("F:\\m1.png");
                IntPtr handleR = bitmapR.GetHicon();
                System.Windows.Forms.Cursor myCursorR = new System.Windows.Forms.Cursor(handleR);
                this.Cursor = myCursorR;
实际上就是在MouseLButtonDown和Up里面设置鼠标光标的时候出错的