Click here to Skip to main content
15,904,926 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: communication between dialog boxes? Pin
David Crow9-Apr-07 2:45
David Crow9-Apr-07 2:45 
AnswerRe: communication between dialog boxes? Pin
iayd9-Apr-07 3:15
iayd9-Apr-07 3:15 
GeneralRe: communication between dialog boxes? Pin
David Crow9-Apr-07 3:22
David Crow9-Apr-07 3:22 
QuestionRe: communication between dialog boxes? Pin
iayd9-Apr-07 3:30
iayd9-Apr-07 3:30 
AnswerRe: communication between dialog boxes? Pin
David Crow9-Apr-07 4:31
David Crow9-Apr-07 4:31 
AnswerRe: communication between dialog boxes? Pin
Jun Du9-Apr-07 2:50
Jun Du9-Apr-07 2:50 
GeneralRe: communication between dialog boxes? Pin
iayd9-Apr-07 3:14
iayd9-Apr-07 3:14 
GeneralRe: communication between dialog boxes? Pin
Jun Du9-Apr-07 3:56
Jun Du9-Apr-07 3:56 
In your header:
class YourDialog1:CDialog
{
  //...
}
class YourDialog2:CDialog
{
  //...
  YourDialog1 *dlg1;
}

In your .cpp file:
//...
dlg1 = new YourDialog1();
dlg1->SomeMethod();
//...


Best,
Jun

QuestionRe: communication between dialog boxes? Pin
Hamid_RT9-Apr-07 2:57
Hamid_RT9-Apr-07 2:57 
AnswerRe: communication between dialog boxes? Pin
iayd9-Apr-07 3:13
iayd9-Apr-07 3:13 
AnswerRe: communication between dialog boxes? Pin
Gupta Suraj9-Apr-07 3:32
Gupta Suraj9-Apr-07 3:32 
AnswerRe: communication between dialog boxes? Pin
JudyL_MD9-Apr-07 8:24
JudyL_MD9-Apr-07 8:24 
QuestionWhich is better C# or VC++.NET Pin
BlrBoy9-Apr-07 2:34
BlrBoy9-Apr-07 2:34 
AnswerRe: Which is better C# or VC++.NET Pin
Jun Du9-Apr-07 2:56
Jun Du9-Apr-07 2:56 
QuestionHow many CMultiDocTemplate one MFC windows application can create Pin
zyap.cn9-Apr-07 2:25
zyap.cn9-Apr-07 2:25 
QuestionRe: How many CMultiDocTemplate one MFC windows application can create Pin
David Crow9-Apr-07 2:34
David Crow9-Apr-07 2:34 
AnswerRe: How many CMultiDocTemplate one MFC windows application can create Pin
Rick York9-Apr-07 7:08
mveRick York9-Apr-07 7:08 
GeneralRe: How many CMultiDocTemplate one MFC windows application can create Pin
David Crow9-Apr-07 7:21
David Crow9-Apr-07 7:21 
AnswerRe: How many CMultiDocTemplate one MFC windows application can create Pin
Mark Salsbery9-Apr-07 7:06
Mark Salsbery9-Apr-07 7:06 
QuestionColors of images of CListCtrl not displayed properly Pin
Sammyuk9-Apr-07 2:19
Sammyuk9-Apr-07 2:19 
AnswerRe: Colors of images of CListCtrl not displayed properly Pin
Naveen9-Apr-07 2:30
Naveen9-Apr-07 2:30 
GeneralRe: Colors of images of CListCtrl not displayed properly Pin
Sammyuk9-Apr-07 2:32
Sammyuk9-Apr-07 2:32 
GeneralRe: Colors of images of CListCtrl not displayed properly Pin
Naveen9-Apr-07 2:49
Naveen9-Apr-07 2:49 
QuestionRegistry entry Pin
amitmistry_petlad 9-Apr-07 1:43
amitmistry_petlad 9-Apr-07 1:43 
AnswerRe: Registry entry Pin
Ravi Bhavnani9-Apr-07 2:24
professionalRavi Bhavnani9-Apr-07 2: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.