vc创建定时关闭的messagebox

vc创建定时关闭的messagebox

ID:34726778

大小:143.68 KB

页数:11页

时间:2019-03-10

vc创建定时关闭的messagebox_第1页
vc创建定时关闭的messagebox_第2页
vc创建定时关闭的messagebox_第3页
vc创建定时关闭的messagebox_第4页
vc创建定时关闭的messagebox_第5页
资源描述:

《vc创建定时关闭的messagebox》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、1、第一种方法:用微软提供的官方文档From:http://support.microsoft.com/kb/181934/en-us/Generally,whenyouwanttodisplayamessageboxforalimitedamountoftime,youmustimplementaregulardialogboxthatclosesitselfafteraspecifiedamountoftime.Theproblemwiththismethodisthatyoulosethestandardmessageboxfuncti

2、onalitythatWindowsprovides.ThefollowingexampleshowshowtousetheMessageBoxfunctiontocreateamessageboxthatautomaticallyclosesafteraspecifiedamountoftime.Notethefollowingabouttheexample:·TheexampleusesaWindowstimerthatfiresaneventafterthespecifiedamountoftimehaselapsed.·Whenthe

3、timereventoccurs,thePostQuitMessageAPIisusedtobreakoutofthemodalmessageloopthatMessageBoxuses.·NoteTheWM_QUITmessagemustberemovedfromthemessagequeuetopreventitfrombeingretrievedinthemainmessagequeue.viewplaincopytoclipboardprint?1./******************************************

4、***************************** 2.   THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 3.   ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 4.   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 5.   PARTICULAR PURPOSE. 6. 1.  

5、 Copyright 1998 Microsoft Corporation.  All Rights Reserved. 2.***********************************************************************/  3.  4./*********************************************************************** 5.* 6.*  MsgBox.c 7.* 8.*  Abstract: 9.* 10.*      Sample 

6、program to demonstrate how a program can display a 11.*      timed message box. 12.* 13.***********************************************************************/  14.  15.#define STRICT  16.#include   17.  18./******************************************************

7、***************** 19.* 20.*      Overview 21.* 22.*      The key to creating a timed message box is exiting the dialog 23.*      box message loop internal to the message box. Because the 24.*      message loop for a message box is part of USER, you cannot 25.*      modify t

8、he message loop without using hooks and other such methods. 1.* 2.* 3.*      Howev

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。