Click here to Skip to main content
15,904,287 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: learning vc++ Pin
Paul Ingles20-Jul-03 1:09
Paul Ingles20-Jul-03 1:09 
GeneralRe: learning vc++ Pin
Tom Archer20-Jul-03 4:02
Tom Archer20-Jul-03 4:02 
GeneralHelp on List View Pin
emmatty20-Jul-03 0:13
emmatty20-Jul-03 0:13 
GeneralRe: Help on List View Pin
Michael P Butler20-Jul-03 4:25
Michael P Butler20-Jul-03 4:25 
GeneralRe: Help on List View Pin
Ilushka20-Jul-03 20:59
Ilushka20-Jul-03 20:59 
GeneralWM_TIMER and DoModal in Windows XP vs Windows 2000 Pin
lionelzero19-Jul-03 23:34
lionelzero19-Jul-03 23:34 
GeneralRe: WM_TIMER and DoModal in Windows XP vs Windows 2000 Pin
Michael P Butler20-Jul-03 4:28
Michael P Butler20-Jul-03 4:28 
GeneralRe: WM_TIMER and DoModal in Windows XP vs Windows 2000 Pin
lionelzero21-Jul-03 8:56
lionelzero21-Jul-03 8:56 
This is one example of when two domodals doesn't work for me in one dialog.

// A function called from PreTranslateMessage in the main dialog of a dialog based mfc program

void CMainDlg::FunctionCalledFromPreTranslateMessage()
{
CDialogOne dlgOne;

if (m_dlgOne.DoModal() == ID_OK)
{
CDialogTwo dlgTwo;

if (m_dlgTwo.DoModal() == ID_OK)
{
// Dialog Two doesn't show, the whole program locks up on WinXP Pro but not W2000 (W2000 version tested on a standard machine 2x1.2 ghz, XP tested on a mobile Dell, just a few days old) Mad | :mad:
}
}
}
GeneralRe: WM_TIMER and DoModal in Windows XP vs Windows 2000 Pin
Michael P Butler21-Jul-03 9:17
Michael P Butler21-Jul-03 9:17 
QuestionFind files with CFileFind? Pin
Dominik Reichl19-Jul-03 21:37
Dominik Reichl19-Jul-03 21:37 
AnswerRe: Find files with CFileFind? Pin
Ryan Binns19-Jul-03 22:12
Ryan Binns19-Jul-03 22:12 
GeneralRe: Find files with CFileFind? Pin
Dominik Reichl19-Jul-03 22:27
Dominik Reichl19-Jul-03 22:27 
GeneralRe: Find files with CFileFind? Pin
Ryan Binns19-Jul-03 22:29
Ryan Binns19-Jul-03 22:29 
GeneralRe: Find files with CFileFind? Pin
Dominik Reichl19-Jul-03 22:31
Dominik Reichl19-Jul-03 22:31 
GeneralRe: Find files with CFileFind? Pin
Ryan Binns19-Jul-03 22:33
Ryan Binns19-Jul-03 22:33 
GeneralRe: Find files with CFileFind? Pin
Dominik Reichl19-Jul-03 22:38
Dominik Reichl19-Jul-03 22:38 
GeneralRe: Find files with CFileFind? Pin
Ryan Binns19-Jul-03 22:43
Ryan Binns19-Jul-03 22:43 
GeneralRe: Find files with CFileFind? Pin
Dominik Reichl19-Jul-03 22:42
Dominik Reichl19-Jul-03 22:42 
GeneralRe: Find files with CFileFind? Pin
Ryan Binns19-Jul-03 22:44
Ryan Binns19-Jul-03 22:44 
AnswerRe: Find files with CFileFind? Pin
wb20-Jul-03 2:29
wb20-Jul-03 2:29 
GeneralPlease Help I deleted my resource.h file Pin
19-Jul-03 17:08
suss19-Jul-03 17:08 
GeneralRe: Please Help I deleted my resource.h file Pin
Tom Archer19-Jul-03 17:49
Tom Archer19-Jul-03 17:49 
GeneralRe: Please Help I deleted my resource.h file Pin
Member 43419219-Jul-03 18:40
Member 43419219-Jul-03 18:40 
GeneralRe: Please Help I deleted my resource.h file Pin
Tom Archer20-Jul-03 3:04
Tom Archer20-Jul-03 3:04 
GeneralRe: Please Help I deleted my resource.h file Pin
Taka Muraoka20-Jul-03 4:52
Taka Muraoka20-Jul-03 4:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.