实现效果:
知识运用:
Form类的Cursor属性
实现代码:
private void button1_Click(object sender, EventArgs e) { this.Cursor = new Cursor("2.cur"); }