Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Ravi Bhavnani8-Feb-07 14:24
professionalRavi Bhavnani8-Feb-07 14:24 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Michael Dunn8-Feb-07 16:36
sitebuilderMichael Dunn8-Feb-07 16:36 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
#realJSOP8-Feb-07 23:29
professional#realJSOP8-Feb-07 23:29 
AnswerRe: Should I migrate from Visual C++ 6 to Visual C++ 2005 Pin
Wei Cheng9-Feb-07 3:02
Wei Cheng9-Feb-07 3:02 
QuestionDialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 10:43
BuckBrown8-Feb-07 10:43 
AnswerRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 11:28
Mark Salsbery8-Feb-07 11:28 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 12:05
BuckBrown8-Feb-07 12:05 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 12:24
Mark Salsbery8-Feb-07 12:24 
Right. Kind of a catch-22 deal - you can't create a window without running the threads message
loop and you can't run the message loop before creating the window Smile | :)

If you insist on a separate thread for just the modal dialog then start the UI thread - run it,
and post a thread message to it. Respond to the thread message and then call DoModal() on the
dialog.

That's still way more complicated than it needs to be. Smile | :)
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 12:35
BuckBrown8-Feb-07 12:35 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 12:52
Mark Salsbery8-Feb-07 12:52 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 13:02
BuckBrown8-Feb-07 13:02 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 13:51
BuckBrown8-Feb-07 13:51 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:53
Mark Salsbery8-Feb-07 13:53 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:55
Mark Salsbery8-Feb-07 13:55 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:57
Mark Salsbery8-Feb-07 13:57 
AnswerRe: Dialog box from UI thread crashes application Pin
Ravi Bhavnani8-Feb-07 14:29
professionalRavi Bhavnani8-Feb-07 14:29 
QuestionUniversal Bluetooth API / SDKs Pin
Obliterator8-Feb-07 9:22
Obliterator8-Feb-07 9:22 
AnswerRe: Universal Bluetooth API / SDKs Pin
Cedric Moonen8-Feb-07 9:54
Cedric Moonen8-Feb-07 9:54 
GeneralRe: Universal Bluetooth API / SDKs Pin
Obliterator9-Feb-07 3:37
Obliterator9-Feb-07 3:37 
QuestionWinsock send FiFo Size Pin
ScotDolan8-Feb-07 9:09
ScotDolan8-Feb-07 9:09 
AnswerRe: Winsock send FiFo Size [modified] Pin
Mark Salsbery8-Feb-07 9:51
Mark Salsbery8-Feb-07 9:51 
AnswerRe: Winsock send FiFo Size Pin
Mark Salsbery8-Feb-07 9:54
Mark Salsbery8-Feb-07 9:54 
GeneralRe: Winsock send FiFo Size Pin
ScotDolan8-Feb-07 10:44
ScotDolan8-Feb-07 10:44 
GeneralRe: Winsock send FiFo Size Pin
Mark Salsbery8-Feb-07 11:04
Mark Salsbery8-Feb-07 11:04 
GeneralRe: Winsock send FiFo Size Pin
ScotDolan8-Feb-07 11:55
ScotDolan8-Feb-07 11:55 

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.