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

C / C++ / MFC

 
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 
QuestionHow to access CDialog from an MDI view [modified] Pin
houari_id7-Feb-07 13:54
houari_id7-Feb-07 13:54 
AnswerRe: How to access CDialog from an MDI view Pin
Ravi Bhavnani7-Feb-07 14:21
professionalRavi Bhavnani7-Feb-07 14:21 
GeneralRe: How to access CDialog from an MDI view Pin
houari_id7-Feb-07 14:30
houari_id7-Feb-07 14:30 
GeneralRe: How to access CDialog from an MDI view Pin
Ravi Bhavnani7-Feb-07 14:37
professionalRavi Bhavnani7-Feb-07 14:37 
Questiongetting registry values to my application Pin
arnluci7-Feb-07 13:18
arnluci7-Feb-07 13:18 
AnswerRe: getting registry values to my application Pin
Mark Salsbery7-Feb-07 13:29
Mark Salsbery7-Feb-07 13:29 

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.