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)>>
- Host: GitHub
- URL: https://github.com/supercoderhawk/programming-windows-exercise
- Owner: supercoderhawk
- Created: 2016-03-04T14:20:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T05:48:13.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T19:17:43.611Z (12 months ago)
- Language: C
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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.