本书是《Win32编程宝典丛书(影印版)》中的一本,讲述Windows用户接口程序设计元素,例如按钮、编辑和静态控件、组合框和列表框、滚动条等。此外,本书还介绍了插入符号、光标、图标、菜单、字符串、鼠标及键盘输入、键盘加速器、公用对话框库、分窗对话框、消息和消息队列、多文档接口、计时器、窗口类、过程、属性等。
本书由微软公司的专家编写,技术深入,参考价值高,适合中、高级编程人员阅读。
Chapter 1: Introduction
Chapter 2: What's in This Volume?
Chapter 3: Using Microsoft Reference Resources
Chapter 4: Finding the Developer Resources You Need
Chapter 5: Getting the Most Out of win32 Technologies:Part2
Chapter 6: Controls
Chapter 7: Resources
Chapter 8: User Input
Chapter 9: Windowing
Appendix A
Appendix B
An application can use the GetSystemMenu function to create a copy of the default window menu to modify. Any window that does not use the GetSystemMenu function to make its own copy of the window menu receives the standard window menu.