About 9 results
Open links in new tab
  1. What are different types of open mode in CFile?

    What are different types of open mode in CFile? CFile CFile class is used for opening and managing text and data files in applications or libraries written with the help of MFC …

  2. What is CArchive class in serialization routine? Why a CFile is not ...

    CArchive class Serialization routine does not directly deal with CFile. It uses CArchive object instead of CFile. CArchive class decouples the file object from Serialize () routine. This is to …

  3. Best Win32 APIs, MFC, VC++ interview questions | MFC interview …

    Why a CFile is not used here? What is worker thread and UI thread? How can I create a worker thread using AfxBeginThread () function? How can I create an UI thread using MFC? What are …

  4. How to load DLGINIT from a string? - social.msdn.microsoft.com

    Apr 9, 2009 · pPersist A pointer to a CFile containing the persistent state for the control. The default value is NULL, indicating that the control initializes itself without restoring its state from …

  5. How to read items in a ListBox control in visual C++?

    Feb 16, 2012 · I have used a listbox control to show the log of my application to the user and now I want to add a button to save the log to a text file.

  6. How To Set Icon To File - social.msdn.microsoft.com

    Jun 13, 2011 · I would like to set simple Icon to a file created by CFile class. Please suggest a way how to set icon to file created through CFile.

  7. How can I construct a Single Document Templete class?

    Users however have other options like direct CFile calls to synch the data to file syatem or query SQL server to do the same. Document module also deals with the logic to maintain the data …

  8. How can I construct a Single Document Templete class?

    Document Document is the class to manage data part of the objects. Application often derives a class from CDocument. This deals with saving and retrieving data fields to and from the file …