Windows Forms Programming in C#
暫譯: C# 的 Windows Forms 程式設計
Chris Sells
- 出版商: Addison Wesley
- 出版日期: 2003-09-06
- 售價: $2,390
- 貴賓價: 9.5 折 $2,271
- 語言: 英文
- 頁數: 736
- 裝訂: Paperback
- ISBN: 0321116208
- ISBN-13: 9780321116208
-
相關分類:
C#
已過版
買這商品的人也買了...
-
$680$537 -
$980$774 -
$784Database System Concepts, 4/e
-
$720$569 -
$690$587 -
$780$741 -
$750$638 -
$580$458 -
$590$466 -
$690$538 -
$720$569 -
$149$149 -
$400$316 -
$620$490 -
$990$782 -
$750$638 -
$690$538 -
$560$476 -
$850$723 -
$750$593 -
$780$616 -
$490$382 -
$650$507 -
$580$452 -
$620$527
相關主題
商品描述
Programming Windows Forms in C# is the ultimate guide to using the Microsoft .NET forms package. Readers learn how to build smart client applications that take full advantage of both the rich user interface features of the Microsoft Windows operating system and the deployment features of HTML-based applications. Author Chris Sells draws upon his WinForms research and programming experience to provide what the Windows Forms documentation could not: a clear picture of exactly how C# programmers will want to use WinForms.
Well-written and easy to navigate, this book presents the building blocks of WinForms and the best practices for creating stand-alone client applications and front ends to databases and Web services. Readers gain an understanding of the rationale behind aspects of WinForms' design and will find out how to avoid or solve common problems. Figures illustrate WinForms' user interface features and code samples are used throughout the book to demonstrate best practices. All code has been tested with Visual Studio .NET 1.1 and is available at www.sellsbrothers.com, where readers will also find updates to the book.
This book focuses on the topics readers need to understand in order to build real-world applications. These topics include:
Form layout- Multiple top-level windows
- Non-rectangular windows
- Accessing data from the middle tier, filesystems, XML, databases, and Web services
- Classes outside the System.WinForms namespace, including System.Drawing and System.Security
- Custom drawing
- Hosting and building controls
- Design-time integration
- Data binding
- Multithreaded user interfaces
- Deploying WinForms over the Web
- Moving from MFC
- Delegates and events
- Serialization basics
Programming Windows Forms in C# is the tutorial for experienced Windows programmers who are serious about mastering Windows Forms.
Table of Contents
Figures.
Tables.
Foreword.
Preface.
1.
Hello, Windows Forms.
2. Forms.
3. Dialogs.
4. Drawing Basics.
5. Drawing Text.
6. Advanced Drawing.
7. Printing.
8. Controls.
9. Design-Time Integration.
10. Resources.
11. Applications and Settings.
12. Data Sets and Designer Support.
13. Data Binding and Data Grids.
14. Multithreaded User Interfaces.
15. Web Deployment.
A. Moving from MFC.
B. Delegates and Events.
C. Serialization Basics.
D. Standard WinForms Components and Controls.
Bibliography.
Index. 0321116208T08272003
商品描述(中文翻譯)
《使用 C# 程式設計 Windows Forms》是使用 Microsoft .NET 表單套件的終極指南。讀者將學習如何構建智能客戶端應用程式,充分利用 Microsoft Windows 作業系統的豐富用戶介面功能以及基於 HTML 的應用程式的部署功能。作者 Chris Sells 根據他的 WinForms 研究和程式設計經驗,提供了 Windows Forms 文檔無法提供的內容:C# 程式設計師希望如何使用 WinForms 的清晰圖景。
這本書寫得很好且易於導航,介紹了 WinForms 的基本構建塊以及創建獨立客戶端應用程式和數據庫及 Web 服務前端的最佳實踐。讀者將理解 WinForms 設計背後的原理,並將學會如何避免或解決常見問題。書中用圖示說明了 WinForms 的用戶介面特性,並使用代碼範例來展示最佳實踐。所有代碼均已在 Visual Studio .NET 1.1 中測試,並可在 www.sellsbrothers.com 獲得,讀者還可以在此找到書籍的更新。
本書專注於讀者需要理解的主題,以便構建實際應用程式。這些主題包括:
- 表單佈局
- 多個頂層窗口
- 非矩形窗口
- 從中間層、檔案系統、XML、數據庫和 Web 服務訪問數據
- System.WinForms 命名空間以外的類,包括 System.Drawing 和 System.Security
- 自定義繪圖
- 托管和構建控制項
- 設計時整合
- 數據綁定
- 多執行緒用戶介面
- 通過 Web 部署 WinForms
- 從 MFC 遷移
- 委託和事件
- 序列化基礎
《使用 C# 程式設計 Windows Forms》是針對有經驗的 Windows 程式設計師的教程,適合那些認真掌握 Windows Forms 的讀者。
目錄
圖表。
表格。
前言。
序言。
1. 你好,Windows Forms。
2. 表單。
3. 對話框。
4. 繪圖基礎。
5. 繪製文字。
6. 進階繪圖。
7. 列印。