Windows Forms Programming in Visual Basic .NET
暫譯: Visual Basic .NET 的 Windows Forms 程式設計
Chris Sells, Justin Ghetland
- 出版商: Addison Wesley
- 出版日期: 2003-10-22
- 售價: $2,410
- 貴賓價: 9.5 折 $2,290
- 語言: 英文
- 頁數: 736
- 裝訂: Paperback
- ISBN: 0321125193
- ISBN-13: 9780321125194
-
相關分類:
.NET、Visual Basic
已過版
買這商品的人也買了...
-
Microsoft Access 2000 Visual Basic for Applications Fundamentals 基礎教學$420$332 -
邁向 Microsoft Windows 2000 Professional 中文版$360$284 -
Inside The Java 2 Virtual Machine, 2/e$1,820$1,729 -
Pure C#$1,120$1,064 -
Sams Teach Yourself Game Programming with DirectX in 21 Days$1,770$1,682 -
Word 2002 實例演練$288$228 -
PHP MySQL Website Programming: Problem - Design - Solution$1,820$1,729 -
Applying Enterprise JavaBeans, 2/e$1,770$1,682 -
$399CCNA ICND Exam Certification Guide (CCNA Self-Study, 640-811, 640-801) (Hardcover) -
Tomcat 技術手冊 (Tomcat: The Definitive Guide)$720$569 -
Building Applications and Components with Visual Basic .NET$1,930$1,834 -
$839The C# Programming Language (Hardcover) -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
Linux 防火牆:iptables$450$356 -
JSP 動態網頁入門實務$720$569 -
Web 配色事典﹝活用網頁安全色﹞$390$304 -
$768Visual Basic Game Programming For Teens -
CCNA 認證教戰手冊 (CCNA: Cisco Certified Network Associate Study Guide, 5/e)(Exam 640-801)$820$697 -
AutoCAD 2006 實力養成暨評量$350$277 -
快快樂樂學會聲會影 10─影片剪輯、特效、燒錄$490$387 -
深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695 -
C++ Primer Plus, 5/e 中文豪華版$650$514 -
Microsoft Office SharePoint Server 2007 新一代企業表單與內容管理 (第二集)$720$569 -
JavaScript 大全 (JavaScript: The Definitive Guide, 5/e)$1,200$948 -
碼上就會 Dreamweaver CS3、PHP、MySQL 與 AJAX$620$527
相關主題
商品描述
Summary
Windows Forms Programming in Visual Basic .NET is the ultimate guide to using the Microsoft .NET forms package. Readers will learn how to build applications that take full advantage of both the rich user interface features of the Microsoft Windows operating system and the deployment features traditionally associated with HTML-based applications.
Authors Chris Sells and Justin Gehtland draw upon their WinForms research and programming experience to go beyond the Windows Forms documentation to give you a clear picture of exactly how Visual Basic .NET programmers can use WinForms. Readers will gain an understanding of the rationale behind aspects of WinForms design and learn how to avoid or solve common problems. Throughout the book, detailed illustrations of WinForms user interface features and working code samples 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 developers need to know in order to build real-world applications, including:
- Form layout
- Multiple top-level and non-rectangular windows
- Classes outside the System.Windows.Forms namespace, including System.Drawing and System.Security
- Custom drawing
- Hosting and building controls
- Design-time integration of controls and components
- Data binding
- Multithreaded user interfaces
- Deploying WinForms controls and applications over the Web
- Moving from Visual Basic 6
Well-written and easy to navigate, Windows Forms Programming in Visual Basic .NET is the tutorial for Windows programmers who are serious about mastering Windows Forms.
Table of Contents
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 & Settings.
12. Data Sets & Designer Support.
13. Data Binding & Data Grids.
14. Multi-Threaded User Interfaces.
15. Web Deployment.
Appendix A: Moving From VB6.
Appendix B: Delegates & Events.
Appendix C: Serialization Basics.
Appendix D: Standard WinForms Components & Controls.
商品描述(中文翻譯)
**摘要**
《Visual Basic .NET 的 Windows Forms 程式設計》是使用 Microsoft .NET 表單套件的終極指南。讀者將學習如何構建充分利用 Microsoft Windows 作業系統的豐富用戶界面特性以及傳統上與基於 HTML 的應用程式相關的部署特性的應用程式。
作者 Chris Sells 和 Justin Gehtland 利用他們在 WinForms 研究和程式設計方面的經驗,超越 Windows Forms 文檔,清楚地展示 Visual Basic .NET 程式設計師如何使用 WinForms。讀者將理解 WinForms 設計背後的原理,並學會如何避免或解決常見問題。在整本書中,詳細的 WinForms 用戶界面特性插圖和工作代碼範例展示了最佳實踐。所有代碼均已在 Visual Studio .NET 1.1 中測試,並可在 www.sellsbrothers.com 獲得,讀者還可以在那裡找到書籍的更新。
本書專注於開發人員需要了解的主題,以便構建實際應用程式,包括:
- 表單佈局
- 多個頂層和非矩形窗口
- System.Windows.Forms 命名空間以外的類,包括 System.Drawing 和 System.Security
- 自定義繪圖
- 控制項的托管和構建
- 控制項和元件的設計時整合
- 數據綁定
- 多執行緒用戶界面
- 通過網路部署 WinForms 控制項和應用程式
- 從 Visual Basic 6 遷移
《Visual Basic .NET 的 Windows Forms 程式設計》寫得很好且易於導航,是對於認真掌握 Windows Forms 的 Windows 程式設計師的教程。
**目錄**
1. 你好,Windows Forms。
2. 表單。
3. 對話框。
4. 繪圖基礎。
5. 繪製文本。
6. 高級繪圖。
7. 列印。
8. 控制項。
9. 設計時整合。
10. 資源。
11. 應用程式與設定。
12. 數據集與設計器支援。
13. 數據綁定與數據網格。
14. 多執行緒用戶界面。
15. 網路部署。
附錄 A:從 VB6 遷移。
附錄 B:委派與事件。
附錄 C:序列化基礎。
附錄 D:標準 WinForms 元件與控制項。
