↧
AfxMessageBox with Auto-close
Introduction This article describes how to make the MFC function AfxMessageBox to dispay a message box that is automatically dismissed after a given time. For that purpose we can do the following:...
View ArticleAfxMessageBox with Auto-close – Part 2
In a previous article I showed how to make AfxMessageBox to display a message box with auto-close, by using a CBT hook. One reader suggested that whould be nice if the message box displays also the...
View Article