Click here to Skip to main content
15,923,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Create win32 modal child window Pin
led mike31-Jan-08 5:03
led mike31-Jan-08 5:03 
GeneralRe: Create win32 modal child window Pin
snir_ya31-Jan-08 5:12
snir_ya31-Jan-08 5:12 
GeneralRe: Create win32 modal child window Pin
CPallini31-Jan-08 5:16
mveCPallini31-Jan-08 5:16 
GeneralRe: Create win32 modal child window Pin
led mike31-Jan-08 5:50
led mike31-Jan-08 5:50 
QuestionRe: Create win32 modal child window Pin
CPallini31-Jan-08 6:00
mveCPallini31-Jan-08 6:00 
GeneralRe: Create win32 modal child window Pin
led mike31-Jan-08 8:12
led mike31-Jan-08 8:12 
QuestionRe: Create win32 modal child window Pin
David Crow31-Jan-08 5:38
David Crow31-Jan-08 5:38 
GeneralRe: Create win32 modal child window Pin
Mark Salsbery31-Jan-08 6:08
Mark Salsbery31-Jan-08 6:08 
modal like a modal dialog? If so, that means the user
must dismiss the window before (s)he can do anything else.

To do that,

1) disable other windows
2) create the window
3) run a message loop until the modal window is closed/dismissed
4) enable other windows
5) destroy the modal window

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Create win32 modal child window Pin
CPallini31-Jan-08 9:03
mveCPallini31-Jan-08 9:03 
GeneralRe: Create win32 modal child window Pin
Mark Salsbery31-Jan-08 9:25
Mark Salsbery31-Jan-08 9:25 
GeneralRe: Create win32 modal child window Pin
snir_ya2-Feb-08 22:46
snir_ya2-Feb-08 22:46 
GeneralJustify text in a CStatic control Pin
doctorpi31-Jan-08 3:25
doctorpi31-Jan-08 3:25 
GeneralRe: Justify text in a CStatic control Pin
David Crow31-Jan-08 4:28
David Crow31-Jan-08 4:28 
GeneralRe: Justify text in a CStatic control Pin
doctorpi31-Jan-08 5:20
doctorpi31-Jan-08 5:20 
GeneralOh yes Pin
CPallini31-Jan-08 5:29
mveCPallini31-Jan-08 5:29 
QuestionRe: Justify text in a CStatic control Pin
David Crow31-Jan-08 5:39
David Crow31-Jan-08 5:39 
GeneralRe: Justify text in a CStatic control Pin
doctorpi31-Jan-08 5:42
doctorpi31-Jan-08 5:42 
QuestionRe: Justify text in a CStatic control Pin
David Crow31-Jan-08 5:44
David Crow31-Jan-08 5:44 
GeneralRe: Justify text in a CStatic control Pin
doctorpi31-Jan-08 5:46
doctorpi31-Jan-08 5:46 
QuestionRe: Justify text in a CStatic control Pin
David Crow31-Jan-08 6:08
David Crow31-Jan-08 6:08 
GeneralRe: Justify text in a CStatic control Pin
doctorpi31-Jan-08 12:38
doctorpi31-Jan-08 12:38 
GeneralMyTextOut Pin
CPallini31-Jan-08 5:42
mveCPallini31-Jan-08 5:42 
QuestionHow to Run MFC application on a PC where VS is not installed Pin
Abhishrek31-Jan-08 3:25
Abhishrek31-Jan-08 3:25 
GeneralRe: How to Run MFC application on a PC where VS is not installed Pin
Chris Losinger31-Jan-08 3:32
professionalChris Losinger31-Jan-08 3:32 
GeneralRe: How to Run MFC application on a PC where VS is not installed Pin
Abhishrek1-Feb-08 17:43
Abhishrek1-Feb-08 17:43 

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.