Writing Add-Ins for Visual Studio .NET
Les Smith
- 出版商: Apress
- 出版日期: 2002-07-31
- 售價: $1,890
- 貴賓價: 9.5 折 $1,796
- 語言: 英文
- 頁數: 523
- 裝訂: Paperback
- ISBN: 1590590260
- ISBN-13: 9781590590263
-
相關分類:
.NET、Visual Studio
已絕版
買這商品的人也買了...
-
$1,200$1,176 -
$2,010$1,910 -
$680$537 -
$399CCNA Self-Study: Interconnecting Cisco Network Devices (Hardcover)
-
$680$578 -
$2,810$2,670 -
$4,930High-Speed Digital System Design: A Handbook of Interconnect Theory and Design Practices (Hardcover)
-
$1,127Universal Serial Bus System Architecture, 2/e (Paperback)
-
$970Introduction to Algorithms, 2/e
-
$2,010$1,910 -
$2,210$2,100 -
$1,710$1,625 -
$2,450$2,328 -
$1,960Game Programming Gems 3 (Hardcover)
-
$2,580$2,451 -
$2,010$1,910 -
$780$702 -
$199$169 -
$650$514 -
$2,340$2,223 -
$620$558 -
$550$523 -
$580$493 -
$720$569 -
$450$351
相關主題
商品描述
Visual Studio .NET is the most extensible development environment Microsoft has released to date. Organizations create add-ins for many purposes: to speed common tasks, to ease code reuse within an organization, and to enforce rules and consistency among developers. Effective use of add-ins can dramatically improve developer efficiency and reduce costs.
Writing Add-Ins for Visual Studio .NET is designed to get add-in developers up to speed in developing ad-ins in Visual Studio .NET and to teach add-in development to developers who want to learn to write add-ins. Author Les Smith also provides enough real code examples to challenge even experienced add-in developers.
Smith’s book begins by teaching readers how to use the Add-In Wizard to create the basic add-in framework. From there, he covers the manipulation of code in windows and controls, and the manipulation of projects. Writing Add-Ins for Visual Studio .NETexplores in detail, how to create an add-in user interface, including toolbars, toolbar buttons, and multiple-level menus, as well as how to create a user interface in the system tray. Smith also addresses the migration of add-ins from VB 6.0 to VB .NET for those developers who have previous experience in writing add-ins.
One of the great challenges that add-in developers will encounter is finding the right classes from among the 3,400 classes in the .NET Framework. Smith teaches and demonstrates use of the Visual Studio add-in object model to show readers how to use the methods and properties and respond to events in order to enhance the power of the integrated development environment (IDE).
Contents
Chapter 1: What Is an Add-in?
Chapter 2: Getting
Started with the Add-in Wizard
Chapter 3: The Smart Desktop Add-in
Chapter 4: Debugging an Add-in
Chapter 5: Manipulating Code in
Windows
Chapter 6: Manipulating Controls on Forms
Chapter 7: The
User Interface
Chapter 8: The Macro Explorer and the Macros IDE
Chapter 9: Manipulating Projects
Chapter 10: Multiple Languages
in Add-ins
Chapter 11: Handling Automation Events
Chapter 12:
Putting It Together: Let’s Build a Real Add-in
Chapter 13: Migrating VB
6.0 Add-ins to .NET
Appendix A Extensibility Objects
Appendix B
Quick Reference: How Do I ...?