Home Company Information Consulting Course Catalog Contact Us Request a Quote Government Corporate
 


Profile


e-Catalog


Contact

Search

Cart
Microsoft Visual C++ 5.0: Developing MFC Applications - Painting and Printing

Course Status: Released
Course Language: English
Course Duration: 4 Hours
Deployment Options: Online, Interactive CDs, Network, Downloads, Intranet

Audience
Application developers, system analysts, database and system administrators, and information managers who are responsible for implementing sophisticated C++ applications using MFC, ATL, and COM technologies
Prerequisites
Completion of all preceding content in the Microsoft Visual C++ 5.0: Developing MFC Applications curriculum; basic C++ programming skills or completion of the C++ Programming suite; familiarity with object-oriented programming concepts or completion of the courses on object-oriented techniques; a sound knowledge of the Windows Operating System Architecture; familiarity with the Microsoft Internet Explorer interface an advantage
Course Aim
To enable the student to implement painting and printing using device contexts and GDI objects
Learning Objectives
Discuss the function of device contexts.
Outline the function of the CDC classes, the CPen class, and the CBrush class.
Describe the OnDraw architecture.
Explain how to create GDI objects.
Provide an outline of default and multipage printing.
Explain how to implement print preview.
Topics Covered
Device contexts and the GDI
-
Device contexts
- GDI objects
- GDI functions and routines
- GDI helper datatypes
- Mapping modes

Painting
-
OnDraw architecture
- Implementing OnDraw

Printing
-
The printing process
- Print preview