Click here to Skip to main content
15,914,386 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: calling a static member function Pin
Mark Salsbery21-Sep-08 15:08
Mark Salsbery21-Sep-08 15:08 
QuestionCFileFind Problem. Don't search the Subdirs. [Solved] Pin
fantasy121520-Sep-08 8:13
fantasy121520-Sep-08 8:13 
AnswerRe: CFileFind Problem. Don't search the Subdirs. Pin
Hamid_RT20-Sep-08 8:40
Hamid_RT20-Sep-08 8:40 
AnswerRe: CFileFind Problem. Don't search the Subdirs. Pin
Mark Salsbery20-Sep-08 8:45
Mark Salsbery20-Sep-08 8:45 
QuestionRe: CFileFind Problem. Don't search the Subdirs. Pin
fantasy121520-Sep-08 13:14
fantasy121520-Sep-08 13:14 
AnswerRe: CFileFind Problem. Don't search the Subdirs. Pin
Bram van Kampen20-Sep-08 15:16
Bram van Kampen20-Sep-08 15:16 
QuestionDoes an edit box has something like TranslateMessage in it's procedure? Pin
Joseph Marzbani20-Sep-08 6:05
Joseph Marzbani20-Sep-08 6:05 
AnswerRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
Mark Salsbery20-Sep-08 8:03
Mark Salsbery20-Sep-08 8:03 
Jusef Marzbany wrote:
I wonder if is there something like TranslateMessage within it's procedure?


Not that's documented. The edit control window proc could be
checking the key states on it's own.

TranslateMessage is being called by the MFC message loop, however.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
followait20-Sep-08 15:23
followait20-Sep-08 15:23 
GeneralRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
Mark Salsbery21-Sep-08 6:52
Mark Salsbery21-Sep-08 6:52 
GeneralRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
followait21-Sep-08 14:05
followait21-Sep-08 14:05 
GeneralRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
Mark Salsbery21-Sep-08 14:29
Mark Salsbery21-Sep-08 14:29 
GeneralRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
followait21-Sep-08 20:39
followait21-Sep-08 20:39 
GeneralRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
Joseph Marzbani21-Sep-08 13:52
Joseph Marzbani21-Sep-08 13:52 
GeneralRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
followait21-Sep-08 14:06
followait21-Sep-08 14:06 
GeneralRe: Does an edit box has something like TranslateMessage in it's procedure? Pin
Mark Salsbery21-Sep-08 14:30
Mark Salsbery21-Sep-08 14:30 
Questionany DLLs Required in Xp and 2000 Pin
krishna Vuppala20-Sep-08 4:27
krishna Vuppala20-Sep-08 4:27 
QuestionRe: any DLLs Required in Xp and 2000 Pin
Rajesh R Subramanian20-Sep-08 5:09
professionalRajesh R Subramanian20-Sep-08 5:09 
AnswerRe: any DLLs Required in Xp and 2000 Pin
krishna Vuppala20-Sep-08 21:58
krishna Vuppala20-Sep-08 21:58 
AnswerRe: any DLLs Required in Xp and 2000 Pin
Bram van Kampen20-Sep-08 15:22
Bram van Kampen20-Sep-08 15:22 
QuestionHow can resolve Error is :: "The Parameter is incorrect." Pin
Le@rner20-Sep-08 2:19
Le@rner20-Sep-08 2:19 
AnswerRe: How can resolve Error is :: "The Parameter is incorrect." Pin
krmed20-Sep-08 3:39
krmed20-Sep-08 3:39 
GeneralRe: How can resolve Error is :: "The Parameter is incorrect." Pin
Le@rner21-Sep-08 18:46
Le@rner21-Sep-08 18:46 
QuestionCopy (Ctrl+C) is working in Readonly text box? Pin
Le@rner20-Sep-08 2:06
Le@rner20-Sep-08 2:06 
QuestionRe: Copy (Ctrl+C) is working in Readonly text box? Pin
David Crow20-Sep-08 3:53
David Crow20-Sep-08 3:53 

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.