Click here to Skip to main content
15,920,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Multithreading question - measure time, and block code [modified] Pin
Eytukan19-Jun-06 23:04
Eytukan19-Jun-06 23:04 
AnswerRe: Multithreading question - measure time, and block code Pin
Eytukan19-Jun-06 23:17
Eytukan19-Jun-06 23:17 
GeneralRe: Multithreading question - measure time, and block code Pin
uusheikh19-Jun-06 23:31
uusheikh19-Jun-06 23:31 
QuestionEnable edit control in Dialog access Enter and ESC Pin
zeus_master19-Jun-06 22:04
zeus_master19-Jun-06 22:04 
AnswerRe: Enable edit control in Dialog access Enter and ESC Pin
Hamid_RT19-Jun-06 22:09
Hamid_RT19-Jun-06 22:09 
QuestionRe: Enable edit control in Dialog access Enter and ESC Pin
zeus_master19-Jun-06 22:15
zeus_master19-Jun-06 22:15 
AnswerRe: Enable edit control in Dialog access Enter and ESC Pin
FarPointer19-Jun-06 22:10
FarPointer19-Jun-06 22:10 
AnswerRe: Enable edit control in Dialog access Enter and ESC Pin
Cedric Moonen19-Jun-06 22:12
Cedric Moonen19-Jun-06 22:12 
That's why PreTranslateMessage is not a very clean solution. Prefer the solution described in the FAQ[^]. In this way, you still have the complete flow of messages inaltered, it is just the closing of the dialog that is suppressed and you don't need to make tricks to get back your esc and enter messages when you need them.


Cédric Moonen
Software developer

Charting control
QuestionRe: Enable edit control in Dialog access Enter and ESC Pin
zeus_master19-Jun-06 23:00
zeus_master19-Jun-06 23:00 
AnswerRe: Enable edit control in Dialog access Enter and ESC Pin
Cedric Moonen19-Jun-06 23:08
Cedric Moonen19-Jun-06 23:08 
GeneralRe: Enable edit control in Dialog access Enter and ESC Pin
zeus_master19-Jun-06 23:39
zeus_master19-Jun-06 23:39 
GeneralRe: Enable edit control in Dialog access Enter and ESC Pin
Cedric Moonen19-Jun-06 23:47
Cedric Moonen19-Jun-06 23:47 
GeneralRe: Enable edit control in Dialog access Enter and ESC Pin
zeus_master20-Jun-06 1:54
zeus_master20-Jun-06 1:54 
AnswerRe: Enable edit control in Dialog access Enter and ESC [modified] Pin
Weiye Chen19-Jun-06 22:25
Weiye Chen19-Jun-06 22:25 
GeneralRe: Enable edit control in Dialog access Enter and ESC [modified] Pin
zeus_master19-Jun-06 22:31
zeus_master19-Jun-06 22:31 
GeneralRe: Enable edit control in Dialog access Enter and ESC Pin
Weiye Chen19-Jun-06 22:36
Weiye Chen19-Jun-06 22:36 
AnswerRe: Enable edit control in Dialog access Enter and ESC Pin
Eytukan19-Jun-06 23:21
Eytukan19-Jun-06 23:21 
QuestionRe: Enable edit control in Dialog access Enter and ESC Pin
zeus_master19-Jun-06 23:33
zeus_master19-Jun-06 23:33 
QuestionCComboBoxEx click bug Pin
jackssf19-Jun-06 21:51
jackssf19-Jun-06 21:51 
AnswerRe: CComboBoxEx click bug Pin
jackssf19-Jun-06 22:50
jackssf19-Jun-06 22:50 
AnswerRe: CComboBoxEx click bug Pin
Weiye Chen19-Jun-06 23:37
Weiye Chen19-Jun-06 23:37 
GeneralRe: CComboBoxEx click bug Pin
jackssf19-Jun-06 23:58
jackssf19-Jun-06 23:58 
Questionkey press problem Pin
aaaan19-Jun-06 21:48
aaaan19-Jun-06 21:48 
AnswerRe: key press problem Pin
Laxman Auti19-Jun-06 22:00
Laxman Auti19-Jun-06 22:00 
AnswerRe: key press problem Pin
Cedric Moonen19-Jun-06 22:01
Cedric Moonen19-Jun-06 22:01 

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.