BCGSuite for MFC
void CBCGPProgressDlg::SetMessage2 ( const CString &  strMessage)

Sets the second message

The progress dialog can display two messages - above the progress control and below the progress control.

Use this method to set a message that will appear below the progress control.

Call SetMessage() to set a first message (that will appear above the progress control).

Parameters
strMessageA string containing the message text.