Click here to Skip to main content
15,921,542 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Find Algorithm [STL] Pin
Astricks7-Feb-07 20:18
Astricks7-Feb-07 20:18 
GeneralRe: Find Algorithm [STL] Pin
Waldermort7-Feb-07 21:08
Waldermort7-Feb-07 21:08 
QuestionEnumerate Menu Items of MS-Office Apps [modified] Pin
San24687-Feb-07 18:48
San24687-Feb-07 18:48 
QuestionWhy __cdecl Calling convention set to be Default compare to _stdcall. [modified] Pin
Kotesh.N7-Feb-07 18:29
Kotesh.N7-Feb-07 18:29 
AnswerRe: Why __cdecl Calling convention set to be Default. Pin
ThatsAlok7-Feb-07 20:03
ThatsAlok7-Feb-07 20:03 
Questionsave a text file Pin
Siddam7-Feb-07 18:12
Siddam7-Feb-07 18:12 
AnswerRe: save a text file Pin
Ravi Bhavnani7-Feb-07 18:15
professionalRavi Bhavnani7-Feb-07 18:15 
GeneralRe: save a text file Pin
Hamid_RT7-Feb-07 18:23
Hamid_RT7-Feb-07 18:23 
AnswerRe: save a text file Pin
Siddam7-Feb-07 19:19
Siddam7-Feb-07 19:19 
AnswerRe: save a text file Pin
prasad_som7-Feb-07 19:28
prasad_som7-Feb-07 19:28 
GeneralRe: save a text file Pin
Hamid_RT7-Feb-07 20:03
Hamid_RT7-Feb-07 20:03 
GeneralRe: save a text file Pin
Hamid_RT8-Feb-07 6:02
Hamid_RT8-Feb-07 6:02 
QuestionHow one can update child dialog? Pin
amitmistry_petlad 7-Feb-07 17:07
amitmistry_petlad 7-Feb-07 17:07 
AnswerRe: How one can update child dialog? Pin
Ravi Bhavnani7-Feb-07 18:18
professionalRavi Bhavnani7-Feb-07 18:18 
amitmistry_petlad wrote:
I need to update the child dialog window from some other window how can i do

In the interest of clean design, the updating dialog shouldn't know anything about the internals of the updated dialog. I recommend posting a command message to the dialog that needs updating, which in turn should handle the message (as a WM_COMMAND) and update itself accordingly.

/ravi

This is your brain on Celcius
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

GeneralRe: How one can update child dialog? Pin
amitmistry_petlad 7-Feb-07 18:29
amitmistry_petlad 7-Feb-07 18:29 
GeneralRe: How one can update child dialog? Pin
Ravi Bhavnani8-Feb-07 1:44
professionalRavi Bhavnani8-Feb-07 1:44 
GeneralRe: How one can update child dialog? Pin
amitmistry_petlad 8-Feb-07 2:57
amitmistry_petlad 8-Feb-07 2:57 
GeneralRe: How one can update child dialog? Pin
Ravi Bhavnani8-Feb-07 4:04
professionalRavi Bhavnani8-Feb-07 4:04 
Questiondigitalize image Pin
hoa_nguyen7-Feb-07 17:06
hoa_nguyen7-Feb-07 17:06 
AnswerRe: digitalize image Pin
Hamid_RT7-Feb-07 18:20
Hamid_RT7-Feb-07 18:20 
GeneralRe: digitalize image Pin
ThatsAlok7-Feb-07 20:04
ThatsAlok7-Feb-07 20:04 
GeneralRe: digitalize image Pin
Hamid_RT7-Feb-07 20:22
Hamid_RT7-Feb-07 20:22 
GeneralRe: digitalize image Pin
ThatsAlok7-Feb-07 20:37
ThatsAlok7-Feb-07 20:37 
GeneralRe: digitalize image Pin
Hamid_RT7-Feb-07 20:56
Hamid_RT7-Feb-07 20:56 
GeneralRe: digitalize image Pin
hoa_nguyen8-Feb-07 15:49
hoa_nguyen8-Feb-07 15:49 

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.