Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to pass Values across Dialogs, Pin
suboo_vedagiri23-Aug-04 19:38
suboo_vedagiri23-Aug-04 19:38 
AnswerRe: How to pass Values across Dialogs, Pin
Milton Karimbekallil23-Aug-04 21:30
Milton Karimbekallil23-Aug-04 21:30 
Questionwhat mean CFileException::accessDenied ? Pin
baboguru23-Aug-04 16:43
baboguru23-Aug-04 16:43 
AnswerRe: what mean CFileException::accessDenied ? Pin
Christian Graus23-Aug-04 16:46
protectorChristian Graus23-Aug-04 16:46 
Generalhelp on debugging Pin
rainbowisland23-Aug-04 15:01
rainbowisland23-Aug-04 15:01 
GeneralRe: help on debugging Pin
Anthony_Yio24-Aug-04 1:01
Anthony_Yio24-Aug-04 1:01 
GeneralMultiple modal dialogs Pin
kbratvold23-Aug-04 14:12
kbratvold23-Aug-04 14:12 
GeneralRe: Multiple modal dialogs Pin
Ryan Binns23-Aug-04 18:39
Ryan Binns23-Aug-04 18:39 
This is not a good design. Only one thread should be controlling the user interface.

In MFC, only one window can be inside a modal loop at any time. As soon as the dialog closes, modality returns to the dialog that was previously modal. There's nothing you can do about it without closing your main dialog. If you want to go from one to the other, you'll have to show the first one (and not the second one), and then show the second one when the first one closes.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Multiple modal dialogs Pin
kbratvold23-Aug-04 18:46
kbratvold23-Aug-04 18:46 
GeneralRe: Multiple modal dialogs Pin
Ryan Binns23-Aug-04 20:58
Ryan Binns23-Aug-04 20:58 
GeneralMFC WIZZARD PROBLEM Pin
dyerstein23-Aug-04 13:23
dyerstein23-Aug-04 13:23 
GeneralRe: MFC WIZZARD PROBLEM Pin
Christian Graus23-Aug-04 16:45
protectorChristian Graus23-Aug-04 16:45 
Questionlocate header files? Pin
MichaelGG23-Aug-04 13:16
MichaelGG23-Aug-04 13:16 
AnswerRe: locate header files? Pin
Ryan Binns23-Aug-04 18:18
Ryan Binns23-Aug-04 18:18 
AnswerRe: locate header files? Pin
Henry miller24-Aug-04 3:27
Henry miller24-Aug-04 3:27 
Generalaccess the parallel port Pin
X204023-Aug-04 12:13
X204023-Aug-04 12:13 
GeneralRe: access the parallel port Pin
Christian Graus23-Aug-04 12:27
protectorChristian Graus23-Aug-04 12:27 
Generallog method-call and time on PocketPc Pin
Anonymous23-Aug-04 12:08
Anonymous23-Aug-04 12:08 
GeneralRe: log method-call and time on PocketPc Pin
Christian Graus23-Aug-04 12:25
protectorChristian Graus23-Aug-04 12:25 
GeneralParallel port Pin
Christian Graus23-Aug-04 10:44
protectorChristian Graus23-Aug-04 10:44 
GeneralCFile::modeCreate fails when a path doesn't exist Pin
BlackDice23-Aug-04 10:26
BlackDice23-Aug-04 10:26 
GeneralRe: CFile::modeCreate fails when a path doesn't exist Pin
David Crow23-Aug-04 10:35
David Crow23-Aug-04 10:35 
GeneralRe: CFile::modeCreate fails when a path doesn't exist Pin
David Salter23-Aug-04 11:09
David Salter23-Aug-04 11:09 
Generallinker error (again) Pin
alex.barylski23-Aug-04 8:40
alex.barylski23-Aug-04 8:40 
GeneralCEdit & carriage return-line feeds Pin
asmatic23-Aug-04 8:40
asmatic23-Aug-04 8:40 

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.