#include <AboutDlg.h>
Public Types | |
enum | { IDD = IDD_ABOUTBOX } |
Public Member Functions | |
CAboutDlg (CWnd *pParent=NULL) | |
afx_msg void | OnShowWindow (BOOL bShow, UINT nStatus) |
Public Attributes | |
CListBox | m_Contributors |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Private Member Functions | |
afx_msg void | OnEnChangeEdit1 () |
Private Attributes | |
CString | m_BuildID |
CAboutDlg::CAboutDlg | ( | CWnd * | pParent = NULL |
) |
void CAboutDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
void CAboutDlg::OnShowWindow | ( | BOOL | bShow, | |
UINT | nStatus | |||
) |
OnShowWindow() populates the contents of the About box dialog window. In this case, we set up entries for the original developer, Ashraf, retired developers from the 2004 group, and ourselves as current developers.
We also modified the contents of the about box in the RC file so that it is clear that this program is licensed under the MIT license rather than under the GPL.
bShow | - a BOOL indicating whether to show the window | |
nStatus | - a UINT passed to the parent class OnShowWindow |
afx_msg void CAboutDlg::OnEnChangeEdit1 | ( | ) | [private] |
CListBox CAboutDlg::m_Contributors |
CString CAboutDlg::m_BuildID [private] |