there are several different kinds of documents involved in application. 10.[r]
Trang 1LESSON 27
Trang 2Overview
of Previous Lesson(s)
Trang 3Over View
3 Program
Trang 4Over View
• Microsoft Foundation Classes (MFC)
programming with Visual C++ is built
programming that encapsulates the Windows API
oriented principles of encapsulation and data
hiding
4
Trang 5Over View…
the System::Windows::Forms::Form class
5
Trang 6TODAY’S LESSON
Trang 7• Basic Elements of MFC program
• View
• Document Templates
• Creating MFC Applications
7
Trang 8Basic Elements of MFC
• The structure of an MFC program incorporates two application - oriented
entities.
Trang 9What is a document ??
• A document is the collection of data in our
application with which the user interacts.
9
Trang 10What is a document
• Document class is derived from the
• Application is not limited to a single document
type.
there are several different kinds of documents
involved in application