一区二区三区日韩精品-日韩经典一区二区三区-五月激情综合丁香婷婷-欧美精品中文字幕专区

分享

C# 實(shí)現(xiàn)會(huì)定時(shí)關(guān)閉的彈出對(duì)話框

 kingjae 2014-09-03
一、API中的MessageboxTimeout
[DllImport("user32.dll")]
        public static extern int MessageBoxTimeoutA(IntPtr hWnd, string msg, string Caption, int type, int DWORD, int time);
調(diào)用:
MessageBoxTimeoutA(this.Handle,"11","aa",64,1,2000);
二、自定義類
class msg
    {
        private string _caption;
        public void Show(int timeout, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon)
        {
            this._caption = caption;
            StartTimer(timeout);
            MessageBox.Show(text, caption, buttons, icon);
        }
              private void StartTimer(int interval)
        {
            Timer timer = new Timer();
            timer.Interval = interval;
            timer.Tick += new EventHandler(Timer_Tick);
            timer.Enabled = true;
        }
        private void Timer_Tick(object sender, EventArgs e)
        {
            KillMessageBox();
            //停止計(jì)時(shí)器
            ((Timer)sender).Enabled = false;
        }
        [DllImport("User32.dll", EntryPoint = "FindWindow", CharSet = CharSet.Auto)]
        private extern static IntPtr FindWindow(string lpClassName, string lpWindowName);
        [DllImport("User32.dll", CharSet = CharSet.Auto)]
        public static extern int PostMessage(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam);
        public const int WM_CLOSE = 0x10;
        private void KillMessageBox()
        {
            //查找MessageBox的彈出窗口,注意對(duì)應(yīng)標(biāo)題
            IntPtr ptr = FindWindow(null, this._caption);
            if (ptr != IntPtr.Zero)
            {
                //查找到窗口則關(guān)閉
                PostMessage(ptr, WM_CLOSE, IntPtr.Zero, IntPtr.Zero);
            }
        }
    }
調(diào)用:
  msg  m= new msg();
            m.Show(2000,"內(nèi)容","標(biāo)題",MessageBoxButtons.OK,MessageBoxIcon.Asterisk);

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多

    99国产成人免费一区二区| 福利专区 久久精品午夜| 久久精视频免费视频观看| 我要看日本黄色小视频| 白丝美女被插入视频在线观看| 老司机精品视频在线免费| 亚洲国产成人久久一区二区三区| 69久久精品亚洲一区二区| 免费国产成人性生活生活片| 久草视频这里只是精品| 精品人妻一区二区三区免费看 | 污污黄黄的成年亚洲毛片 | 精品少妇人妻av一区二区蜜桃| 欧美精品亚洲精品日韩精品| 国产亚洲系列91精品| 欧美日韩一区二区综合| 亚洲欧美日韩熟女第一页| 国产精品久久精品国产| 国产精品丝袜一二三区| 国内欲色一区二区三区| 福利专区 久久精品午夜| 91精品蜜臀一区二区三区| 欧美日韩国产一级91| 91欧美亚洲精品在线观看| 日韩欧美91在线视频| 香蕉尹人视频在线精品| 中国少妇精品偷拍视频| 五月天综合网五月天综合网| 欧美精品亚洲精品日韩专区| 国产精品人妻熟女毛片av久| 伊人天堂午夜精品草草网| 免费观看在线午夜视频| 国产精品不卡一区二区三区四区| 尹人大香蕉中文在线播放| 激情五月天深爱丁香婷婷| 成人午夜免费观看视频| 国产av精品一区二区| 国产日韩综合一区在线观看| 99久免费精品视频在线观| 国产精品免费精品一区二区| 日韩一区二区三区免费av|