Click here to Skip to main content
15,905,563 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_KEYDOWN Pin
Achim Klein8-Sep-05 15:22
Achim Klein8-Sep-05 15:22 
GeneralRe: WM_KEYDOWN Pin
Christian Graus8-Sep-05 15:25
protectorChristian Graus8-Sep-05 15:25 
GeneralRe: WM_KEYDOWN Pin
Eytukan9-Sep-05 2:09
Eytukan9-Sep-05 2:09 
GeneralRe: WM_KEYDOWN Pin
Achim Klein8-Sep-05 14:50
Achim Klein8-Sep-05 14:50 
General[Message Deleted] Pin
Christian Graus8-Sep-05 15:10
protectorChristian Graus8-Sep-05 15:10 
GeneralRe: WM_KEYDOWN Pin
Tim Smith9-Sep-05 4:11
Tim Smith9-Sep-05 4:11 
Question[Msg Deleted Because Of No Reason] Pin
Eytukan9-Sep-05 1:31
Eytukan9-Sep-05 1:31 
QuestionI am new to this can some1 help me? Pin
Shantise20038-Sep-05 13:26
Shantise20038-Sep-05 13:26 
AnswerRe: I am new to this can some1 help me? Pin
Christian Graus8-Sep-05 13:36
protectorChristian Graus8-Sep-05 13:36 
GeneralRe: I am new to this can some1 help me? Pin
Phil Harding9-Sep-05 14:12
Phil Harding9-Sep-05 14:12 
AnswerRe: I am new to this can some1 help me? Pin
Christian Graus8-Sep-05 16:09
protectorChristian Graus8-Sep-05 16:09 
Answeri'll do my part.. Pin
Eytukan9-Sep-05 3:59
Eytukan9-Sep-05 3:59 
Questionhow to trace the value in debug Pin
valerie998-Sep-05 12:35
valerie998-Sep-05 12:35 
AnswerRe: how to trace the value in debug Pin
ThatsAlok8-Sep-05 18:19
ThatsAlok8-Sep-05 18:19 
Questionmd5 Pin
Sam 20068-Sep-05 12:03
Sam 20068-Sep-05 12:03 
AnswerRe: md5 Pin
Christian Graus8-Sep-05 12:23
protectorChristian Graus8-Sep-05 12:23 
GeneralRe: md5 Pin
Sam 20068-Sep-05 12:27
Sam 20068-Sep-05 12:27 
GeneralRe: md5 Pin
Christian Graus8-Sep-05 12:31
protectorChristian Graus8-Sep-05 12:31 
GeneralRe: md5 Pin
Jörgen Sigvardsson8-Sep-05 12:34
Jörgen Sigvardsson8-Sep-05 12:34 
AnswerRe: md5 Pin
Jim Howard8-Sep-05 12:49
Jim Howard8-Sep-05 12:49 
AnswerRe: md5 Pin
logicaldna8-Sep-05 18:36
logicaldna8-Sep-05 18:36 
QuestionUser-Interface Thread Concept Question Pin
LighthouseJ8-Sep-05 11:51
LighthouseJ8-Sep-05 11:51 
AnswerRe: User-Interface Thread Concept Question Pin
Blake Miller9-Sep-05 4:14
Blake Miller9-Sep-05 4:14 
You can start the UI thread. Then display a modeless dialog box from within the thread, and close the modeless dialog box when you are done and about to exit the thread.
I usually have the primary UI thread create the modelss dialog box, then let a worker thread do a job and post messages to the HWND of the modeless dialog box regarding status, then when the worker thread is done, it signals the main UI thread which can remove the modeless dialog box.

You can use RegisterWindowMessage to set up custom messages to communicate from the worker thread to the mdoelss dialog and the main UI thread.

GeneralRe: User-Interface Thread Concept Question Pin
LighthouseJ9-Sep-05 17:39
LighthouseJ9-Sep-05 17:39 
QuestionHelp for Platform SDK Pin
rat.crown8-Sep-05 11:45
rat.crown8-Sep-05 11:45 

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.