已有56人关注
关闭窗体时弹出提示框照书上的代码写结果没有弹出提示框!!!
发表在C#图书答疑 2015-07-01
是否精华
版块置顶:
下面的程序照光盘里的复制的,光盘里的程序可以,但是自己照着书本上的录入就不行,还有我将光盘里的程序复制一份然后新建一个项目把代码粘贴到上面结果也是没有弹出提示框!!!!请问是什么问题。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace Test01
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_FormClosing(object sender, FormClosingEventArgs e)
        {
            DialogResult dr = MessageBox.Show("是否关闭窗体", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
            if (dr == DialogResult.Yes)
            {
                e.Cancel = false;
            }
            else
            {
                e.Cancel = true;
            }
        }
    }
}
分享到:
精彩评论 1
小科_mrkj
学分:43 LV2
2015-07-01
沙发
读者朋友:
    您好,在设计窗口中打开窗体的属性对话框,切换到事件,然后在FormClosing事件中选择Form1_FormClosing,给它关联上。
首页上一页 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经营性网站备案信息 营业执照