Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Printing Combinations Pin
Gary R. Wheeler18-Feb-06 11:16
Gary R. Wheeler18-Feb-06 11:16 
QuestionCreating a directory and copying files Pin
theprinc18-Feb-06 8:13
theprinc18-Feb-06 8:13 
AnswerRe: Creating a directory and copying files Pin
Michael Dunn18-Feb-06 9:39
sitebuilderMichael Dunn18-Feb-06 9:39 
QuestionSetWindowTheme - How does it work? Pin
peburkle18-Feb-06 8:03
peburkle18-Feb-06 8:03 
AnswerRe: SetWindowTheme - How does it work? Pin
Michael Dunn18-Feb-06 9:41
sitebuilderMichael Dunn18-Feb-06 9:41 
GeneralRe: SetWindowTheme - How does it work? Pin
peburkle18-Feb-06 10:08
peburkle18-Feb-06 10:08 
QuestionHow can i use many modal dialog without main Window Pin
noob200618-Feb-06 7:48
noob200618-Feb-06 7:48 
AnswerRe: How can i use many modal dialog without main Window Pin
Gary R. Wheeler19-Feb-06 4:32
Gary R. Wheeler19-Feb-06 4:32 
You can't have more than one modal dialog at a time; that's what it means for a dialog to be modal. It takes over the message loop for the application while it is displayed, and control doesn't return to the primary window until the modal dialog closes.

If you want to have multiple dialogs opened simultaneously by an application, you will need to make them modeless. Instead of calling DoModal(), call Create() and ShowWindow().


Software Zen: delete this;
Questionpermutations and combination Pin
RockyJames18-Feb-06 7:47
RockyJames18-Feb-06 7:47 
AnswerRe: permutations and combination Pin
theprinc18-Feb-06 8:16
theprinc18-Feb-06 8:16 
GeneralRe: permutations and combination Pin
RockyJames18-Feb-06 8:21
RockyJames18-Feb-06 8:21 
AnswerRe: permutations and combination Pin
Koushik Biswas18-Feb-06 14:23
Koushik Biswas18-Feb-06 14:23 
Questionurgent: to list names of all the computers on a network Pin
rohini sharma18-Feb-06 7:34
rohini sharma18-Feb-06 7:34 
AnswerRe: urgent: to list names of all the computers on a network Pin
Dan McCormick18-Feb-06 9:37
Dan McCormick18-Feb-06 9:37 
GeneralRe: urgent: to list names of all the computers on a network Pin
rohini sharma19-Feb-06 6:23
rohini sharma19-Feb-06 6:23 
AnswerRe: urgent: to list names of all the computers on a network Pin
Dan McCormick19-Feb-06 7:31
Dan McCormick19-Feb-06 7:31 
GeneralRe: urgent: to list names of all the computers on a network Pin
rohini sharma20-Feb-06 6:56
rohini sharma20-Feb-06 6:56 
GeneralRe: urgent: to list names of all the computers on a network Pin
Dan McCormick20-Feb-06 7:21
Dan McCormick20-Feb-06 7:21 
QuestionHow to set file filter? Pin
xyhan18-Feb-06 6:57
xyhan18-Feb-06 6:57 
AnswerRe: How to set file filter? Pin
David Crow18-Feb-06 7:02
David Crow18-Feb-06 7:02 
QuestionUpdate Message in system tray Pin
Atif Farooq18-Feb-06 2:27
Atif Farooq18-Feb-06 2:27 
AnswerRe: Update Message in system tray Pin
Michael Dunn18-Feb-06 5:28
sitebuilderMichael Dunn18-Feb-06 5:28 
GeneralRe: Update Message in system tray Pin
Atif Farooq24-Feb-06 12:35
Atif Farooq24-Feb-06 12:35 
QuestionChange hard-coded variables from Outside Pin
RedDragon2k18-Feb-06 2:09
RedDragon2k18-Feb-06 2:09 
AnswerRe: Change hard-coded variables from Outside Pin
David Crow18-Feb-06 6:58
David Crow18-Feb-06 6:58 

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.