您的位置:首页 > 编程语言 > C#

Programming Microsoft Windows with C#

2005-02-04 22:38 357 查看
  今天终于读完Programming Microsoft Windows with C# 影印版,作者是Petzold,出版社为Microsoft Press。

  全书一共1290页,其中正文到1184页,另有三个附录和索引。Petzold是Programming Windows的作者,至今已经是第五版了。全书从Windows Forms Control和GDI+两个方面描述了Windows应用程序的开发,内容详尽。推荐给进行Windows Forms开发,尤其是经常使用GDI+的程序员阅读,读完后也可以做为一本不错的参考书。

  该书目录如下:

  Chapter  1: Console Thyself

  Chapter  2: Hello, Windows Forms

  Chapter  3: Essential Structures

  Chapter  4: An Exercise in Text Output

  Chapter  5: Lines, Curves, and Area Fills

  Chapter  6: Tapping into the Keyboard

  Chapter  7: Pages and Transforms

  Chapter  8: Taming the Mouse

  Chapter  9: Text and Fonts

  Chapter 10: The Timer and Time

  Chapter 11: Images and Bitmaps

  Chapter 12: Buttons and Labels and Scrolls (Oh My!)

  Chapter 13: Beziers and Other Splines

  Chapter 14: Menus

  Chapter 15: Paths, Regions, and Clipping

  Chapter 16: Dialog Boxes

  Chapter 17: Brushes and Pens

  Chapter 18: Edit, List and Spin

  Chapter 19: Font Fun

  Chapter 20: Toolbars and Status Bars

  Chapter 21: Printing

  Chapter 22: Tree View and List View

  Chapter 23: Metafiles

  Chapter 24: Clip, Drag and Drop

  Appendix A: Files and Streams

  Appendix B: Math Class

  Appendix C: String Theory

  正在读此书,读过此书,或者是对目录中的内容感兴趣的朋友,都可以与我交流。对于书中内容有疑问的,我也很乐意解释。

  我会陆续地在我的blog里把我读过的书整理出来,对于我所读过的书中所有的问题,都欢迎大家与我讨论。如果你因为工作而需要购买我曾读过的书,我也可以作详细介绍,使你明确此书是否能够满足你的需求。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: