Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionparent dialog accessing from a child dialog Pin
erfi14-Jun-06 6:14
erfi14-Jun-06 6:14 
AnswerRe: parent dialog accessing from a child dialog Pin
Milton Karimbekallil14-Jun-06 6:27
Milton Karimbekallil14-Jun-06 6:27 
GeneralRe: parent dialog accessing from a child dialog Pin
erfi14-Jun-06 6:58
erfi14-Jun-06 6:58 
QuestionRe: parent dialog accessing from a child dialog Pin
David Crow14-Jun-06 6:40
David Crow14-Jun-06 6:40 
AnswerRe: parent dialog accessing from a child dialog Pin
erfi14-Jun-06 6:52
erfi14-Jun-06 6:52 
QuestionWhat does "(Something)SomeProcedure" mean Pin
Max++14-Jun-06 4:59
Max++14-Jun-06 4:59 
AnswerRe: What does "(Something)SomeProcedure" mean Pin
toxcct14-Jun-06 5:03
toxcct14-Jun-06 5:03 
AnswerRe: What does "(Something)SomeProcedure" mean Pin
Viorel.14-Jun-06 5:08
Viorel.14-Jun-06 5:08 
It seems that you see a cast operation. For instance (int)7.2 means that the float-point value is converted to an integer, obtaining 7. Casting can be applied for function pointers too. Thus, (HOOKPROC)KeyboardProc means that the address of KeyboardProc function is interpreted as a callback function required by the second argument of the SetWindowsHookEx call.
AnswerRe: What does "(Something)SomeProcedure" mean Pin
James R. Twine14-Jun-06 6:19
James R. Twine14-Jun-06 6:19 
GeneralRe: using the MessageBox:: function Pin
toxcct14-Jun-06 5:08
toxcct14-Jun-06 5:08 
GeneralRe: using the MessageBox:: function Pin
kitty514-Jun-06 5:10
kitty514-Jun-06 5:10 
Questionget background color Pin
ns14-Jun-06 4:27
ns14-Jun-06 4:27 
AnswerRe: get background color Pin
Viorel.14-Jun-06 4:37
Viorel.14-Jun-06 4:37 
GeneralRe: get background color Pin
Michael Dunn14-Jun-06 18:39
sitebuilderMichael Dunn14-Jun-06 18:39 
GeneralRe: get background color Pin
Viorel.14-Jun-06 20:42
Viorel.14-Jun-06 20:42 
QuestionNeed Some Advice on Mutating Dialogs Pin
Jethro6314-Jun-06 4:23
Jethro6314-Jun-06 4:23 
AnswerRe: Need Some Advice on Mutating Dialogs Pin
David Crow14-Jun-06 5:02
David Crow14-Jun-06 5:02 
AnswerRe: Need Some Advice on Mutating Dialogs Pin
James R. Twine14-Jun-06 6:11
James R. Twine14-Jun-06 6:11 
AnswerRe: Need Some Advice on Mutating Dialogs Pin
Wes Aday14-Jun-06 7:08
professionalWes Aday14-Jun-06 7:08 
AnswerRe: Need Some Advice on Mutating Dialogs Pin
Jethro6314-Jun-06 9:27
Jethro6314-Jun-06 9:27 
QuestionDetecting Loss of Client With CSockets Pin
softwaremonkey14-Jun-06 4:21
softwaremonkey14-Jun-06 4:21 
AnswerRe: Detecting Loss of Client With CSockets Pin
Neil Van Eps14-Jun-06 6:07
Neil Van Eps14-Jun-06 6:07 
GeneralRe: Detecting Loss of Client With CSockets Pin
softwaremonkey14-Jun-06 6:56
softwaremonkey14-Jun-06 6:56 
GeneralRe: Detecting Loss of Client With CSockets Pin
JonEngle14-Jun-06 11:02
JonEngle14-Jun-06 11:02 
QuestionCreateProcess Redirect output [modified] Pin
nmx_de14-Jun-06 4:06
nmx_de14-Jun-06 4:06 

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.