Windows编程启示录(英)

作者:(美)陈/ChenR.
ISBN:10位[7111227190]13位[9787111227199]
出版社:机械工业出版社
出版日期:2008-01
定价:¥69.00元
内容提要如何设计像自动售货机那样有效的用户界面。深入理解窗口和对话框的管理机制。为什么性能优化与我们直觉上的理解很不一样?COM对象和VisualC++编译器的薄弱之处。向后兼容的关键技术细节——Windows的做法以及这样做的原因。大多数开发人员所不知道的Windows程序安全漏洞。如何使您的程序更好地在Windows系统中运行,做一个Windows系统的“良好市民”。
编辑推荐如何设计像自动售货机那样有效的用户界面
深入理解窗口和对话框的管理机制。
为什么性能优化与我们直觉上的理解很不一样?
COM对象和VisualC++编译器的薄弱之处。
向后兼容的关键技术细节——Windows的做法以及这样做的原因。
大多数开发人员所不知道的Windows程序安全漏洞。
如何使您的程序更好地在Windows系统中运行,做一个Windows系统的“良好市民”。
本书为英文版。
作者简介RaymondChen微软公司Windows部门的软件工程师。他的网站“TheOldNewThing”主要讨论
Windows的发展历史以及Win32编程。他还为TechNet杂志撰写WindowsConfidential专栏。
目录Preface
Acknowledgments
AbouttheAuthor
Chapter1InitialForaysintoUserInterfaceDesign
Chapter2SelectedReminiscencesonWindows95
Chapter3TheSecretLifeofGetWindowText
Chapter4TheTaskbarandNotificationArea
Chapter5PuzzlingInterfaceIssues
Chapter6AHistoryoftheGlobalLockFunction
Chapter7ShortTopicsinWindowsProgramming
Chapter8WindowManagement
Chapter9ReminiscencesonHardware
Chapter10TheInnerWorkingsoftheDialogManager
Chapter11GeneralSoftwareIssues
Chapter12DiggingintotheVisualC++Compiler
Chapter13BackwardCompatibility
Chapter14EtymologyandHistory
Chapter15HowWindowMessagesAreDeliveredandRetrieved
Chapter16InternationalProgramming
Chapter17Security
Chapter18ReminiscencesonWindows2000andWindowsXP
Chapter19Win32DesignIssues
Chapter20Taxes
Chapter21Silliness