Tuesday, January 7, 2020

MFC quick demo

  1. MFC programming tutorial
  2. first 4 modules are good enough. it has drawing circle logic.

    quick tutorials

  3. Module 1: Microsoft Windows, Visual C++ and Microsoft Foundation Class (MFC)
  4. Module 1a: Microsoft Windows, Visual C++ and Microsoft Foundation Class (MFC)
  5. Module 2: Getting Started with Visual C++ 6.0 AppWizard 1
  6. Module 2: Getting Started with Visual C++ 6.0 AppWizard 2
  7. Module 3: Basic Event Handling, Mapping Modes, and a Scrolling View 1
  8. Module 3a: Basic Event Handling, Mapping Modes, and a Scrolling View 2
  9. Module 3b: Basic Event Handling, Mapping Modes, and a Scrolling View 3
  10. Module 4: The Graphics Device Interface (GDI), Colors, and Fonts 1
  11. Module 4: The Graphics Device Interface (GDI), Colors, and Fonts 2
  12. Module 4: The Graphics Device Interface (GDI), Colors, and Fonts 3
  13. Module 9: A Reusable Frame Window Base Class 1
  14. Module 9a: A Reusable Frame Window Base Class 2
  15. good info on include files and theory

  16. MODULE 10 THE C/C++ PREPROCESSOR DIRECTIVES 1
  17. MODULE 10 THE C/C++ PREPROCESSOR DIRECTIVES 2: #define etc.
  18. another quick tutorial

  19. MFC Tutorial
  20. MFC - Dialog Boxes: Beginning point
  21. MFC - Messages & Events:End point
  22. above two links are in one tutorial. it has clear descriptions on how to create MFC application by creating a Win32 project.

  23. MFC - GDI
  24. MFC - File System
  25. MFC - Standard I/O
  26. MFC - Document View
  27. MFC - Strings

No comments:

Post a Comment