Windows编程启示录(英文版)

Windows编程启示录(英文版)
作 者: Raymond Chen
出版社: 机械工业出版社
丛编项: 经典原版书库
版权说明: 本书为出版图书,暂不支持在线阅读,请支持正版图书
标 签: Windows
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

  Raymond Chen微软公司Windows部门的软件工程师。他的网站“The Old New Thing”主要讨论Windows的发展历史以及Win32编程。他还为TechNet杂志撰写Windows Confidential专栏。

内容简介

如何设计像自动售货机那样有效的用户界面。深入理解窗口和对话框的管理机制。为什么性能优化与我们直觉上的理解很不一样?COM对象和Visual C++编译器的薄弱之处。向后兼容的关键技术细节——Windows的做法以及这样做的原因。大多数开发人员所不知道的Windows程序安全漏洞。如何使您的程序更好地在Windows系统中运行,做一个Windows系统的“良好市民”。

图书目录

Preface

Acknowledgments

About the Author

Chapter 1 Initial Forays into User Interface Design

Chapter 2 Selected Reminiscences on Windows 95

Chapter 3 The Secret Life of GetWindowText

Chapter 4 The Taskbar and Notification Area

Chapter 5 Puzzling Interface Issues

Chapter 6 A History of the GlobalLock Function

Chapter 7 Short Topics in Windows Programming

Chapter 8 Window Management

Chapter 9 Reminiscences on Hardware

Chapter 10 The Inner Workings of the Dialog Manager

Chapter 11 General Software Issues

Chapter 12 Digging into the Visual C++ Compiler

Chapter 13 Backward Compatibility

Chapter 14 Etymology and History

Chapter 15 How Window Messages Are Delivered and Retrieved

Chapter 16 International Programming

Chapter 17 Security

Chapter 18 Reminiscences on Windows 2000 and Windows XP

Chapter 19 Win32 Design Issues

Chapter 20 Taxes

Chapter 21 Silliness