Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: return value of a fun() Pin
Anand966915-Jun-09 7:43
Anand966915-Jun-09 7:43 
GeneralRe: return value of a fun() Pin
Luc Pattyn15-Jun-09 8:41
sitebuilderLuc Pattyn15-Jun-09 8:41 
GeneralRe: return value of a fun() Pin
Anand966915-Jun-09 20:10
Anand966915-Jun-09 20:10 
QuestionPropertyPage - OnQueryCancel Pin
JBAK_CP15-Jun-09 7:06
JBAK_CP15-Jun-09 7:06 
AnswerRe: PropertyPage - OnQueryCancel Pin
David Crow15-Jun-09 7:54
David Crow15-Jun-09 7:54 
QuestionCreateImageEx problem with CListCtrl drag and drop Pin
bhanu_850915-Jun-09 5:39
bhanu_850915-Jun-09 5:39 
AnswerRe: CreateImageEx problem with CListCtrl drag and drop Pin
bhanu_850915-Jun-09 23:39
bhanu_850915-Jun-09 23:39 
QuestionCalling the functions from different class Pin
aravind.sn15-Jun-09 2:55
aravind.sn15-Jun-09 2:55 
Hello all, im very much confused with this make this snippet work,, let me explain my problem in simple. please follow the folling code.
class ClassA
{
public:
function_A();
function_B();
}

class Class1
{
public:
ClassA A1
Function_1();
}

class Class1::Function_1()
{
Dlg1.DoModal();

A1.function_A();
A1.function_B();
}

class ClassDlg
{
FunDlg();
}

ClassDlg::OnRefresh()
{
i wanted "A1.function_A();"
i wanted "A1.function_B();"
}

The Dialog window will be called by "Class1::Function_1()" so after closing the dialog window the function "A1.function_A();" and "A1.function_B();" are called in order to update the contents of the mainpage(say property page). actually the contents are modified in the dialog window. so what i wanted to do is call the functions "A1.function_A();" and "A1.function_B();" before closing the dialog window say at after pressing the"Refresh" button(OnRefresh will be called). Im confused its not just happening what i desired. can any expert give me a solution, like is there any try statement i can give..??
please help me...
AnswerRe: Calling the functions from different class Pin
_AnsHUMAN_ 15-Jun-09 3:08
_AnsHUMAN_ 15-Jun-09 3:08 
GeneralRe: Calling the functions from different class Pin
aravind.sn15-Jun-09 3:30
aravind.sn15-Jun-09 3:30 
QuestionSetattribute in MSXML Pin
siva45515-Jun-09 2:35
siva45515-Jun-09 2:35 
AnswerRe: Setattribute in MSXML Pin
Stuart Dootson15-Jun-09 3:47
professionalStuart Dootson15-Jun-09 3:47 
GeneralRe: Setattribute in MSXML Pin
siva45515-Jun-09 6:32
siva45515-Jun-09 6:32 
GeneralRe: Setattribute in MSXML Pin
Cedric Moonen15-Jun-09 7:50
Cedric Moonen15-Jun-09 7:50 
GeneralRe: Setattribute in MSXML Pin
Stuart Dootson15-Jun-09 8:13
professionalStuart Dootson15-Jun-09 8:13 
GeneralRe: Setattribute in MSXML Pin
siva45515-Jun-09 18:23
siva45515-Jun-09 18:23 
GeneralRe: Setattribute in MSXML Pin
Stuart Dootson15-Jun-09 21:08
professionalStuart Dootson15-Jun-09 21:08 
QuestionHow Can I get GPS with a Location Platform-compatible driver for Windows 7 Pin
tgm.arjun0915-Jun-09 1:41
tgm.arjun0915-Jun-09 1:41 
QuestionHow to convert string into LPCWSTR Pin
krish_kumar15-Jun-09 0:06
krish_kumar15-Jun-09 0:06 
AnswerRe: How to convert string into LPCWSTR Pin
Cedric Moonen15-Jun-09 0:17
Cedric Moonen15-Jun-09 0:17 
Question[Message Deleted] Pin
krish_kumar15-Jun-09 0:05
krish_kumar15-Jun-09 0:05 
AnswerRe: How to convert string into LPCWSTR Pin
Stuart Dootson15-Jun-09 0:08
professionalStuart Dootson15-Jun-09 0:08 
QuestionCString Pin
Benjamin Bruno14-Jun-09 23:50
Benjamin Bruno14-Jun-09 23:50 
AnswerRe: CString Pin
Stuart Dootson15-Jun-09 0:00
professionalStuart Dootson15-Jun-09 0:00 
QuestionHow to add an Active X Control to a project in Visual Studio 2005/2008? Pin
kapardhi14-Jun-09 23:28
kapardhi14-Jun-09 23:28 

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.