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

C / C++ / MFC

 
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 
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 
Here's an easy way:
  1. Add a hidden button to your child dialog.

  2. Add a handler for the button, which contains code for updating the dialog in the desired manner.

  3. In the "parent" dialog, post the child dialog a command that simulates clicking the button by doing:
    pChildDialog->PostMessage (WM_COMMAND, ID_OF_HIDDEN_BUTTON);
    
/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 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 
AnswerRe: getting registry values to my application Pin
Ravi Bhavnani7-Feb-07 14:23
professionalRavi Bhavnani7-Feb-07 14:23 
AnswerRe: getting registry values to my application Pin
Hamid_RT7-Feb-07 18:24
Hamid_RT7-Feb-07 18:24 

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.