The following code is intended to do the same as the method GetCaptionFont() from the Code Project article Dissecting the MessageBox:



// MessageBoxEx.cpp

#include "StdAfx.h"

#define...