Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: hai, How to find the size of folder or size of directory using MFC? Pin
prasad_som25-Feb-07 23:29
prasad_som25-Feb-07 23:29 
GeneralRe: hai, How to find the size of folder or size of directory using MFC? Pin
CodeVarma26-Feb-07 0:42
CodeVarma26-Feb-07 0:42 
AnswerRe: hai, How to find the size of folder or size of directory using MFC? Pin
prasad_som26-Feb-07 0:46
prasad_som26-Feb-07 0:46 
AnswerRe: hai, How to find the size of folder or size of directory using MFC? Pin
Hamid_RT26-Feb-07 7:28
Hamid_RT26-Feb-07 7:28 
Questionhow to upate one child dialog from other child dilaog? Pin
amitmistry_petlad 25-Feb-07 22:03
amitmistry_petlad 25-Feb-07 22:03 
AnswerRe: how to upate one child dialog from other child dilaog? Pin
jhwurmbach25-Feb-07 22:15
jhwurmbach25-Feb-07 22:15 
GeneralRe: how to upate one child dialog from other child dilaog? Pin
amitmistry_petlad 25-Feb-07 22:47
amitmistry_petlad 25-Feb-07 22:47 
GeneralRe: how to upate one child dialog from other child dilaog? Pin
jhwurmbach25-Feb-07 23:00
jhwurmbach25-Feb-07 23:00 
Your Dialog knows its Parent.
So you can either send it a user defined message with your iSelect as a parameter, or call a function in your Parent which takes iSelect as a parameter.
Either way, the handler in your parent would then manipulate the second dialog, e.g. by sending it a WM_CLick of WM_SHOW you "made up" or by calling function of this dialog.

So no dialog needs to "know" the other one. Both only know their parent - which they do anyway.



Failure is not an option - it's built right in.

GeneralRe: how to upate one child dialog from other child dilaog? Pin
amitmistry_petlad 25-Feb-07 23:13
amitmistry_petlad 25-Feb-07 23:13 
GeneralRe: how to upate one child dialog from other child dilaog? Pin
jhwurmbach25-Feb-07 23:33
jhwurmbach25-Feb-07 23:33 
QuestionDeploying VS2005 applications without administrator rights Pin
Cedric Moonen25-Feb-07 22:02
Cedric Moonen25-Feb-07 22:02 
AnswerRe: Deploying VS2005 applications without administrator rights Pin
sps-itsec4625-Feb-07 23:41
sps-itsec4625-Feb-07 23:41 
AnswerRe: Deploying VS2005 applications without administrator rights Pin
Michael Dunn26-Feb-07 10:28
sitebuilderMichael Dunn26-Feb-07 10:28 
GeneralRe: Deploying VS2005 applications without administrator rights Pin
sps-itsec4627-Feb-07 2:37
sps-itsec4627-Feb-07 2:37 
QuestionHow can I load French Stringtable Pin
dungpapai25-Feb-07 21:58
dungpapai25-Feb-07 21:58 
AnswerWhat is the big deal? Pin
Rajesh R Subramanian25-Feb-07 22:29
professionalRajesh R Subramanian25-Feb-07 22:29 
AnswerRe: How can I load French Stringtable Pin
KaЯl27-Feb-07 4:05
KaЯl27-Feb-07 4:05 
Questionassignment operator for CDBVariant Pin
prithaa25-Feb-07 21:25
prithaa25-Feb-07 21:25 
AnswerRe: assignment operator for CDBVariant Pin
Try25-Feb-07 21:31
Try25-Feb-07 21:31 
AnswerRe: assignment operator for CDBVariant Pin
prasad_som25-Feb-07 21:38
prasad_som25-Feb-07 21:38 
GeneralRe: assignment operator for CDBVariant Pin
prithaa25-Feb-07 22:03
prithaa25-Feb-07 22:03 
AnswerRe: assignment operator for CDBVariant Pin
prasad_som25-Feb-07 22:10
prasad_som25-Feb-07 22:10 
GeneralRe: assignment operator for CDBVariant Pin
Cedric Moonen25-Feb-07 22:17
Cedric Moonen25-Feb-07 22:17 
Questionvideo compression Pin
viliam25-Feb-07 21:11
viliam25-Feb-07 21:11 
AnswerRe: video compression Pin
Russell'26-Feb-07 7:41
Russell'26-Feb-07 7:41 

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.