Basic things you need to know
|
Win32 Programming
Processes, Modules, and Threads
kernel objects and handles
Platform SDK
|
|
Win32 Windows Programming
-
Basics:
message loop
WinProc function and message handlers
-
Details:
Windowing
Summary of messages and message queues
This entry has two child pages that provide a lot of technical details and code examples without being overwhelming.
Summary of Window Procedures
This entry also has two child page with technical details and code.
Windows Controls
Things you need to know about controls to build useful Win32 and ATL dialogs.
|
Win32 Windows Programming
|
Programming Tutorials
Winprog.org
Lots of details that you will find extremely useful for both Win32 and ATL Windows programming.
ReliSoft.com
Don Hobson
Microsoft's Smart Client Architecture and Design Guide
|
|
Programming Info Links
Windows Data Types
Windows Controls
User Controls
Common Controls
Windows XP Controls
|
Wizard Screen Shots
Steps to Build Windows App using Win32 Application Wizard
|
|
Wizard - based code
Win32 Wizard Application Code
|
ATL and WTL Windows Programming
|
Programming Tutorials
WTL Part I - ATL GUI Classes, Michael Dunn
WTL Part II - WTL GUI Base Classes, Michael Dunn
WTL Part III - Toolbars and Status Bars, Michael Dunn
WTL Part IV - Dialogs and Controls, Michael Dunn
WTL Part V - Advanced Dialog UI Classes, Michael Dunn
WTL Part VI - Hosting ActiveX Controls, Michael Dunn
WTL Part VII - Splitter Windows, Michael Dunn
WTL Part VIII - Property Sheets and Wizards, Michael Dunn
WTL Part IX - GDI Classes, Common Dialogs, and Utilities, Michael Dunn
WTL Dialog Resizing, Michael Dunn
|
|
ATL Programming Info Links
ATL Reference
ATL Window Classes
Implementing a Window
Implementing a DialogBox
Using the ATL Windowing Classes
This article, by Andre Whitechapel, from CodeGuru, has a nice discussion of ATL message maps.
|
MFC Windows Programming
|
Programming Tutorials
Series of simple focused tutorials with Screen shots
CoderSource.net
Binghamton Univ, UK
tripod.com
MFC article links from Wisc.edu
MFC links and a lot more from Programmers Oasis
Tutorials by me and a couple of students
|
|
MFC Programming Info Links
MFC Class Library Overview
MFC Class Hierarchy
CWnd members
Structures, Styles, Callbacks, and Message Maps
|
Wizard Screen Shots
Steps to Build MFC Dialog Application
Steps to Build MFC Frame Window Application
Steps to Build MFC Doc/View Application
Steps for Bigger Dialog Application
Steps for Bigger Frame Window Application
|
|
Wizard - based code
MFC Dialog Application Code
MFC Frame Window Application Code
MFC Document View Application Code
Bigger Dialog Application Code
Bigger Frame Window Application Code
|
.Net WinForms Programming
|
Programming Tutorials
GotDotNet
ProgrammersHeaven
DotNetSpider
C# Notebook
WindowsForms
|
|
Programming Info
|
Wizard Screen Shots
Steps to Build .Net WinForm Application
|
|
Wizard - based code
.Net WinForm Application Code
|