search for: help_quit

Displaying 1 result from an estimated 1 matches for "help_quit".

2002 Aug 06
0
Getting a GUI to work with Vorbis code
...T nID, LPARAM lParam) { if ((nID & 0xFFF0) == IDM_ABOUTBOX) { CAboutDlg dlgAbout; dlgAbout.DoModal(); } else { CDialog::OnSysCommand(nID, lParam); } } void CGUIDlg::OnDestroy() { WinHelp(0L, HELP_QUIT); CDialog::OnDestroy(); } // If you add a minimize button to your dialog, you will need the code below // to draw the icon. For MFC applications using the document/view model, // this is automatically done for you by the framework. void CGUIDlg::OnPaint() { if (IsIconic())...