已有57人关注
自定义确认窗口,提示有错误,运算符==无法应用于
发表在C#图书答疑 2010-09-06
是否精华
版块置顶:
            frm_ok_cancel frm_ms = new frm_ok_cancel();
            cls_msg.msg = "确定删除所有选中吗!";
            if (frm_ms.Show() == DialogResult.OK) // [font color=#FF0000]我用的是自己定义的消息窗体,提示这句有错[/font]
            //if (MessageBox.Show("确定删除所有选中吗?", "提示", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == DialogResult.OK)
            {
                int m = dataGridView1.SelectedRows.Count;

                String[] array = new String[m];

                for (int i = 0; i < m; i++)
                {
                    String str = this.dataGridView1.Rows[this.dataGridView1.SelectedRows[i].Index].Cells[0].Value.ToString();
                    String strDelete = "delete from tb_buy where _autoNum = '" + str + "'";
                    array[i] = strDelete;
                }
                //遍历数组
                foreach (String str in array)
                {
                    dbOp.getDataSet(str, "tb_buy");

                }

                UpdateDataGridView(); //更新数据
            }




//以下是自定义确定窗体代码
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace IT部门管理系统
{
    public partial class frm_ok_cancel : Form
    {
        public frm_ok_cancel()
        {
            InitializeComponent();
        }

        private void frm_ok_cancel_Load(object sender, EventArgs e)
        {
            label1.Text = cls_msg.msg;
        }

        private void button1_Click(object sender, EventArgs e)
        {
            this.DialogResult = DialogResult.OK;
        }

        private void btn_cancel_Click(object sender, EventArgs e)
        {
            this.DialogResult = DialogResult.Cancel;
        }
    }
}
分享到:
精彩评论 1
满园春色关不住
学分:0 LV1
TA的每日心情
努力自律
2023-11-19 09:49:04
2010-09-07
沙发
读者朋友:
你好,对于你提出的问题,可以通过下面的方法解决。
问:
if (frm_ms.Show() == DialogResult.OK) // 我用的是自己定义的消息窗体,提示这句有错
答:
请使用模式窗体。
if (frm_ms.ShowDialog() == DialogResult.OK) // 我用的是自己定义的消息窗体,提示这句有错
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照