I have a modal dialog box created by a class(say class A). I want to close this dialog box from another class (say class B),which is not derived from class A .I think,the way how this should be done is to get a handle to the dialog box and close it, from the class B. Can you suggest me how I can...
I have data in the form of an array, i want to display it to the user in tabular form in excel, allow the user to make modifications to it and again get the modified data back into the the original array in c++. i want some guidance on this, how to deal with the exporting to excel and how to...
Hello everyone,
I am trying to read in a list structure which is serialized as
m_DataPointerList.Serialize( ar );
where m_DataPointerList is defined as :
CTypedPtrList<CObList,CDataPointer*> m_DataPointerList;
and class CDataPointer is declared as:
class CDataPointer : public CObject
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.