An open API service indexing awesome lists of open source software.

https://github.com/supercoderhawk/programming-windows-exercise

Coding exercise of <<Programming Windows (5th)>>
https://github.com/supercoderhawk/programming-windows-exercise

Last synced: 8 months ago
JSON representation

Coding exercise of <<Programming Windows (5th)>>

Awesome Lists containing this project

README

          

# Programming Windows Exercise
This repo is my exercise of windows programming when reading <<Programming Windows (5th)>>

All the project is coded by Visual Studio 2008

## chapter 1
A simple helloWorld program with a typical windows messagebox.

## chapter 2
A simple program using the _vsntprint_s and variable argument to format unicode string.

## chapter 3
A simple window program including the window class register, window creation, set message loop and define window process.

## chapter 4
A simple window-based program shows the name, description and value of system metrics with a horizontal and a vertical scroll bar.

## chapter 5

## chapter 6
SystemMetricsWithChar: A window based on the program of chapter 4, added the character message process.
KeyView: A simple window-based program shows the pressed character.