Windows Programming Under the Hood of MFC

Windows Programming Under the Hood of MFC
Author: Laura B. Draxler
Publsiher: Prentice Hall
Total Pages: 644
Release: 1998
Genre: Computers
ISBN: UOM:49015002691534

Download Windows Programming Under the Hood of MFC Book in PDF, Epub and Kindle

"If you have previous development experience on other platforms, you may have been overwhelmed by the hidden features of the MFC when you came to work in Windows. Windows Programming Under the Hood of MFC gives you the lowdown on core components of the Windows programming model." "As you work through the text, you'll learn how each new concept relates to MFC and its hierarchical structure. Then you'll be ready to shift into high gear, using your existing C and C++ skills to create dynamic applications for the Win32 architecture with Microsoft Visual C++ 5." "Icons throughout the text help you quickly identify the topics under discussion. Each chapter also includes tutorials for self-guided learning." "Aimed at developers, Windows Programming Under the Hood of MFC assumes a knowledge of C++ data structures. You should also have experience with some graphical windowing environment, and at least a passing familiarity with Windows 95 or Windows NT." "Included is a diskette, containing full-featured programs, progressively built-upon throughout the book, which are used to illustrate the MFC and Win32 concepts discussed."--BOOK JACKET.Title Summary field provided by Blackwell North America, Inc. All Rights Reserved

MFC Programming from the Ground Up

MFC Programming from the Ground Up
Author: Herbert Schildt
Publsiher: McGraw-Hill Companies
Total Pages: 698
Release: 1998
Genre: Computers
ISBN: UOM:39015043819450

Download MFC Programming from the Ground Up Book in PDF, Epub and Kindle

A clear, comprehensive, well-paced description of all MFC essentials with numerous, ready-to-run examples, tips, and suggestions for those programmers transitioning from API for Windows programming. Includes in-depth boxes covering specific MFC programming topics and margin notes that provide concise information of critical terms without interrupting the text flow.

Windows MFC Programming II

Windows MFC Programming II
Author: Vic Broquard
Publsiher: Unknown
Total Pages: 570
Release: 2014-08-31
Genre: Electronic Book
ISBN: 194141558X

Download Windows MFC Programming II Book in PDF, Epub and Kindle

Windows MFC Programming II is the first of two intermediate Windows MFC Microsoft Foundation Class programming textbook, replacing my now out-of-print Intermediate MFC. The book assumes that the reader is skilled in basic Windows MFC programming and proceeds to cover many more advanced topics, especially printing and complex document view handling. Database access is presented as well as many other more advanced topics and controls, such as the list and tree views. Designed for a college level course or for the experienced self-taught, Windows MFC Programming II covers many advanced Windows MFC (Microsoft Foundation Classes) C++ Programming topics. It is designed to provide you with the skills needed for an entry level career in Windows MFC programming. Just check out the table of contents to see what I mean. Windows MFC Programming II assumes that the reader already knows basic MFC programming, covered in the previous book, Windows MFC Programming I. When you have finished this book, you will want to obtain Windows MFC Programming III, which finishes the in depth coverage of intermediate MFC topics. Fonts are covered in great depth, focus is on the many ways that fonts can be created and used in various functions. There are six major and quite different printing situations. Very little information is found in other texts on just how to print in various situations. This book rectifies that deficiency. Details of scaling and the use of various mapping modes are illustrated, including the construction of a ruler. Both list and tree controls are presented in a variety of ways and uses. The document view architecture is reviewed and then greatly expanded upon in a variety of programming situations. Details of just how the document and views are dynamically created by the framework are covered as well. Methods of handling WYSIWYG are presented, along with how to handle word wrap and justification of text. Image processing is detailed including how to handle printing an image in many different ways. Coupling your application to databases is presented both using the ODBC classes as well as the older DAO classes. Printing database based reports is covered as well.

Programming Windows 95 with MFC

Programming Windows 95 with MFC
Author: Jeff Prosise
Publsiher: Unknown
Total Pages: 1028
Release: 1996
Genre: Computers
ISBN: UOM:39015043003345

Download Programming Windows 95 with MFC Book in PDF, Epub and Kindle

Microsoft Foundational Class (MFC) is becoming a hot new standard for programmers. This book authoritatively lays the foundation for developers using MFC. Just as Programming Windows has become a classic for all Windows programmers using C and SDK, this book will become a must-have for Windows programmers using C++ with MFC libraries.

Visual C MFC Programming by Example

Visual C   MFC Programming by Example
Author: John E. Swanke
Publsiher: CRC Press
Total Pages: 593
Release: 1999-01-01
Genre: Technology & Engineering
ISBN: 0879305444

Download Visual C MFC Programming by Example Book in PDF, Epub and Kindle

-- Add extensions to the Developer's Studio Wizards -- 85 examples with complete working code Tired of the inadequate examples and documentation for MFC and Visual C++ development? Don't like what the Developer Studio Wizards give you? Beginning and exper

Programming Windows with MFC

Programming Windows with MFC
Author: Jeff Prosise
Publsiher: Unknown
Total Pages: 1337
Release: 1999
Genre: Computers
ISBN: 1572316950

Download Programming Windows with MFC Book in PDF, Epub and Kindle

A definitive book for developers who want to understand and profit from the advances inherent in C++ and the Microsoft Foundation Class (MFC) library, this book explores the basics and, for the first time, gives authoritative coverage of OLE and ActiveX.

Mfc Programming With Visual C 6 Unleashed

Mfc Programming With Visual C   6 Unleashed
Author: David C. White
Publsiher: Unknown
Total Pages: 0
Release: 1999
Genre: C++ (Computer program language)
ISBN: 8176353094

Download Mfc Programming With Visual C 6 Unleashed Book in PDF, Epub and Kindle

The Unleashed Series Takes You Beyond The Average Discussions Of The Technology, Giving You Practical Advice And In-Depth Coverage. With This Extensive Guide, You'll Obtain The Skills, Understanding, And Breadth. Of Knowledge To Unleash The Full Potential Of Programming With The Microsoft Foundation Classes And Visual C++. The Cd-Rom Includes: The Book'S Source Code And Some Fully Functioning Sample Applications Additional Third-Party Tools And Controls Such As Supernova's Visual Concepts, Hexatech'S Ace Toolbar, And Protoview'S Activex Component Suite Detailed Information On How To: Create Web Content With Mfc And Dhtml Create Com Components Use Mfc With Atl Script Your Mfc Applications Use Data Binding With Ado And Ole Db Create Isapi Extensions Develop Email Solutions With Mapi And Mfc Create Telephony Applications Access The Registry With Mfc Build Your Own Custom Windows Controls Extend The User Interface Of Visual C++ Create Mfc Dlls

Windows MFC Programming I

Windows MFC Programming I
Author: Vic Broquard
Publsiher: Unknown
Total Pages: 594
Release: 2014-08-31
Genre: Electronic Book
ISBN: 1941415571

Download Windows MFC Programming I Book in PDF, Epub and Kindle

Windows MFC Programming I begins with the very fundamentals and, in a step by step, gradient manner, develops most all of the basic Windows programming techniques. There are often many different ways to accomplish the same task. So as you move from example to example, expect to see alternative approaches illustrated. Windows MFC Programming I is not a reference manual; rather, expect to see the "whys" and "how comes" that lie behind many of the approaches and techniques. It is my opinion that if you have a feel for what is really going on, you can do a better job of programming and debugging. The first three chapters present Windows C API (the programming interface); they are designed to get you used to programming in a message-driven style which is completely different from the normal DOS C++ style of programming. In chapter 4, the MFC OOP encapsulation of the Windows API is presented illustrating how the beginning features from the first three chapters are encapsulated. Through the next series of chapters, the GUI is introduced a step at a time, such as timers, colors, resource files, menu operations, icons, cursors, dialog operations, the use of global memory, the new file handling functions, image processing, for example. Tool bars and the status bar are presented next followed by the multiple document interface and clipboard operations. Sound and animation effects continue to explore the possibilities of this rich platform. The final chapter discusses the document-view architecture which many professional applications utilize. This is an extensive topic and is one of the longest chapters in the book. Along the way, you are introduced to the Resource Editor, the Class Wizard, and finally the AppWizard. Each is introduced at that point where you can best utilize it to your advantage and know what you are actually doing with it. Windows MFC Programming I has many complete C++ programming examples. While some of the early ones are fairly simple, the latter ones represent fairly complete applications. The benefit of these extended samples is great; you gain an understanding of how the various messages all operate together. All of these sample programs accompany the book. There are a number of very important application design issues that are written this way. Design Rule 1: They highlight some of the potential traps and pitfalls that lie in waiting. Perhaps the biggest barrier to learning Windows programming is the enormous number of identifiers, key values, the API (Application Programming Interface) and the MFC (Microsoft Foundation Classes) class member functions and variable names. For a beginner and more advanced reader, this proliferation of must-know names and identifiers is nothing short of bewildering. One of the key features of this book is that you will always have a greater certainty about what names must be coded as-is and what you have control over. Typeface conventions are designed to aid you in knowing at a glance what names are yours and what are not. Even though you may use any convention desired in your coding, when you refer to this book, the guess work or hunting has been eliminated. While I hope that the index at the end allows you to rapidly find key items, as a programmer, I know the value of being able to find a key identifier or function in the actual samples themselves. The all-in-one large pdf file is fully searchable. I have reworked my out-of-print Intermediate MFC text, which covers the intermediate MFC programming aspects. The sequel book, Windows MFC Programming II continues where this one leaves off and covers newer MFC classes and many advanced topics not found anywhere else!