--- h6-udlÃ¥nssystemDlg.cpp 2006/09/01 02:42:38 23 +++ h6-udlÃ¥nssystemDlg.cpp 2006/09/04 06:51:28 34 @@ -1,5 +1,7 @@ -// h6-udlånssystemDlg.cpp : implementation file -// +/* + * Developed by Torben H. Nielsen + */ + #include "stdafx.h" #include "h6-udlånssystem.h" @@ -76,6 +78,7 @@ BOOL Ch6udlnssystemDlg::OnInitDialog() { CDialog::OnInitDialog(); + CWaitCursor wait; // Add "About..." menu item to system menu. @@ -174,7 +177,8 @@ void Ch6udlnssystemDlg::OnHelpAbout() { - MessageBox("DA6H :: Udlånssystem\r\nLavet af:\r\nKevin, Hedin & Torben"); + CAboutDlg about; + about.DoModal(); } void Ch6udlnssystemDlg::OnFileExit()