if (MessageBox.Show("确实要删除所选择的数据吗?", "删除提示", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == DialogResult.OK)

这句代码出错是因为在MessageBox.Show()的第二个参数“删除提示”字数过长,把“提示”去掉就ok了;

这句代码会出错是因为使用了IrisSkin4.dll皮肤插件导致的。

分享自:http://hi.baidu.com/xiangwei01270/item/21528d04869ef70dcd34eabf

相关文章:

  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-07-21
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-08-09
  • 2021-07-10
相关资源
相似解决方案