Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: itsh11
  • Content: Threads
  • Order by date
  1. itsh11

    closing a dialog box

    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...
  2. itsh11

    importing/exporting data from c++ to excel

    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...
  3. itsh11

    trouble reading in serialized list structures

    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 {...

Part and Inventory Search

Back
Top