.NET Windows Forms in a Nutshell

Ian Griffiths, Matthew Adams

  • 出版商: O'Reilly
  • 售價: $1,710
  • 貴賓價: 9.5$1,625
  • 語言: 英文
  • 頁數: 936
  • 裝訂: Paperback
  • ISBN: 0596003382
  • ISBN-13: 9780596003388
  • 相關分類: .NET
  • 已過版

買這商品的人也買了...

商品描述

.NET Windows Forms are a powerful technology for building a large class of applications for the Windows .NET platform. They offer nearly the same power and flexibility of classic Win32 development, but for a fraction of the effort. The programming model is lean and streamlined, and many of the tedious details that developers used to have to spend time on are now dealt with automatically by the platform.

.NET Windows Forms in a Nutshell offers an accelerated introduction to this next-generation of rich user interface development. The book provides an all-inclusive guide for experienced programmers using the .NET Windows Forms platform to develop Windows applications, along with a compact but remarkably complete reference to the .NET Framework Class Library (FCL) Windows Forms namespaces and types. The authors present solid coverage of the fundamental building blocks, such as Controls, Forms, Menus, and GDI+, and enough detail to help you build your own fully featured reusable visual components so you can write visual component libraries as well as standalone applications.

.NET Windows Forms in a Nutshell aims to provide not just the practical information and advice required to get programs working, but also to communicate the rationale behind the various parts of Windows Forms' design. The authors show how the thinking behind the framework enhances your productivity substantially. The new framework allows you to guess correctly what "the Right Way" to do things is a majority of the time, even if you've never tried what you're doing before. No more digging around in documentation for days to try to find the bit of information you need to use one particular feature.

Anyone who is involved in user interface development will appreciate the ease of creation and expanded capabilities provided by .NET Windows Forms, as well as the in-depth focus and straight-forward approach this book brings. Included on CD is an add-in that will integrate the book's reference directly into the help files of Visual Studio .NET.

Table of Contents

Preface

I. Introduction to Windows Forms

1. .NET and Windows Forms Overview

2. Controls

3. Forms, Containers, and Applications

4. Menus and Toolbars

5. Building Controls

6. Inheritance and Reuse

7. Redrawing and GDI+

8. Property Grids

9. Controls and the IDE

10. Data Binding

II. API Quick Reference

11. How to Use This Quick Reference

12. Converting from C# to VB Syntax

13. The System.ComponentModel Namespace

14. The System.Drawing Namespace

15. The System.Drawing.Drawing2D Namespace

16. The System.Drawing.Imaging Namespace

17. The System.Drawing.Printing Namespace

18. The System.Drawing.Text Namespace

19. The System.Windows.Forms Namespace

20. The System.Windows.Forms.Design Namespace

III. Appendixes

A. Namespaces and Assemblies

B. Type, Method, Property, Event, and Field Index

Index