VSTO for Mere Mortals: A VBA Developer's Guide to Microsoft Office Development Using Visual Studio 2005 Tools for Office

Kathleen McGrath, Paul Stubbs

  • 出版商: Addison Wesley
  • 出版日期: 2006-12-01
  • 售價: $2,130
  • 貴賓價: 9.5$2,024
  • 語言: 英文
  • 頁數: 736
  • 裝訂: Paperback
  • ISBN: 0321426711
  • ISBN-13: 9780321426710
  • 相關分類: ExcelVisual Studio
  • 已絕版

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

商品描述

Description

Praise for VSTO for Mere Mortals™

"This is the book I wish I'd had when I was first introduced to VSTO and the .NET Framework. It will be invaluable not only to those considering VSTO, but for anyone transitioning from Office VBA to Visual Basic.NET. The wide range of subjects covered provides an entry point for the more in-depth, developer-oriented documentation available on MSDN and elsewhere."

–Cindy Meister, MS Word MVP

"VSTO for Mere Mortals™ does a great job of building a bridge between the worlds of VBA and VSTO. Kathleen and Paul show how a VBA developer can have the richness of Office and also the power, maintainability, and security of Visual Studio. They succeeded in writing a book that is approachable, understandable, and compelling."

–KD Hallman, General Manager, Microsoft, Developer Division

"This book is an excellent choice for VBA developers looking to make the switch to .NET development for Office using Visual Studio Tools for Office. In many instances VB.NET code is presented alongside equivalent VBA code to help illustrate key conceptual and usage differences."

–Steve Hansen, OfficeZealot.com, author of Mastering Excel 2003 Programming with VBA and coauthor of Mastering Excel 2000 Premium Edition

"Visual Studio 2005 Tools for Office is the way to go for building managed Office applications. If you're moving from VBA to managed code, this book shows you the way."

–Ken Getz, Senior Consultant, MCW Technologies, LLC

"This book is highly recommended for VBA developers who are interested in doing Office programming using the rich power of Visual Studio and .NET."

–Mei Liang, Software Design Engineer in Test, Microsoft

"Kathleen McGrath has stuffed VSTO for Mere Mortals™ with in-depth code samples that demonstrate VSTO in an easy-to-understand way. From simple how-to's to advanced functionality, it's all here. I learned a great deal from reading this book."

–Justin Whitney, Technical Journalist

"This book provides an instantly accessible resource for VBA and Office developers to become familiar with the powerful new Office development platform, but even goes beyond that, providing a number of 'worth the purchase of the book' tips, fully functional examples, and elegant methods from someone who has obviously spent a lot of time with these tools to help the mortal on the path to becoming a guru."

–Rory Plaire, Solutions Architect, DigitalCommons LLC

"For the Office VBA developer interested in programming in .NET or the .NET programmer looking to move to the Office platform, this book is worth its weight in gold. If you are looking for a complete, well-written source to quickly get you up to speed to develop and program Office solutions in Visual Studio 2005, I believe this book is a must-have."

–Frank Rice, Programming Writer, Microsoft Office Developer Center

"With this book, VBA developers have access to a great resource that will help them understand essential concepts of managed code and best practices to migrate VBA solutions to Visual Basic 2005 and Visual Studio 2005 Tools for Office. This book goes beyond an introduction to VSTO to introduce the new world of VSTO 2005 SE and the 2007 Microsoft Office system."

–Erika Ehrli Cabral, Site Manager, MSDN Office Developer Center, Microsoft

"Kathleen and Paul have been involved with VSTO in one way or the other from its very beginnings, and it shows. Their depth and breadth of knowledge is reflected in this detailed and authoritative book. I highly recommend it for any professional developer making the transition from VBA to managed code."

–Eric Lippert, Software Design Engineer, Microsoft

VSTO for Mere Mortals™ is for VBA developers who are interested in migrating their skills to the next generation of Office development. Readers will benefit from a straightforward, practical introduction to writing managed code applications for Word 2003, Excel 2003, and Outlook 2003. Readers will also learn how to create add-ins for the most popular applications for Office 2003 and the 2007 Microsoft Office system using VSTO 2005 SE.

The expert authors provide a wealth of code samples that show off popular features of VSTO, such as smart tags and the actions pane. Sample code also shows you how to customize the new UI features of the 2007 Microsoft Office system, including the ribbon, custom task pane, and Outlook forms region.

VBA developers will walk away with

  • A greater understanding of managed code and the Visual Studio integrated development environment (IDE)
  • Multiple demonstrations on how to create document-level customizations for Word 2003 and Excel 2003, using view controls, data binding, and the actions pane
  • A comprehensive overview of add-in development for Outlook 2003
  • Useful information on securing and deploying solutions created with VSTO and VSTO 2005 SE
  • A thorough explanation on how to migrate VBA solutions to Visual Basic 2005 and VSTO
  • Numerous details on customizing the ribbon, custom task pane, and Outlook form regions by developing VSTO 2005 SE add-ins for the 2007 Microsoft Office system

Table of Contents

Foreword xxi
Preface xxv
Introduction xxvii
Acknowledgments xxxiii
About the Authors xxxv
Part I Introduction to VSTO 1
Chapter 1 Getting Started with VSTO 3
Topics Covered in This Chapter 3

What Is VSTO? 3

Why Use VSTO Instead of VBA? 5

Features of VSTO 7

Creating VSTO Solutions 15

How VSTO Integrates with Visual Studio 22

Summary 25

Review Questions 26

Chapter 2 The Programming Environment 27
Topics Covered in This Chapter 27

Introduction to the Visual Studio IDE 27

Viewing IDE Windows 35

Tools for Writing Code 52

Building and Running Code 61

Debugging Your Code 63

Locating and Using Help 82

Summary 87

Review Questions 88

Chapter 3 Introduction to Managed Code 89
Topics Covered in This Chapter 89

What Is Managed Code? 89

Introduction to Object-Oriented Programming 91

Exploring the .NET Framework 108

VSTO and Managed Code 120

Summary 126

Review Questions 127

Chapter 4 Moving from VBA to VSTO and Visual Basic 2005 129
Topics Covered in This Chapter 129

Moving to Visual Basic 2005 129

New Features of Visual Basic 2005 130

Language Differences of VBA and Visual Basic 2005 140


UserForms Versus Windows Forms 152

Summary 170

Review Questions 170

Part II Word and Excel 171
Chapter 5 Customizing Word and Excel Task Panes 173
Topics Covered in This Chapter 173

What Is a Task Pane? 173

Customizing the Document Actions Task Pane 175

Managing the Actions Pane 177

Designing Actions Pane Solutions 180

Creating Context-Sensitive Solutions 194

Summary 204

Review Questions 205

Chapter 6 Customizing Word with VSTO 207
Topics Covered in This Chapter 207

Programming in Word 207

Word Host Items and Host Controls 218

Data Binding to Host Controls on Documents 233

Programming Against Events 240

Special Enhancements to the Bookmark 265

Making Word Documents Smart 269

Summary 270

Review Questions 271

Chapter 7 Customizing Excel with VSTO 273
Topics Covered in This Chapter 273

Programming in Excel 273

Excel Host Items and Host Controls 285

Data Binding to Host Controls on Worksheets 308

Programming Against Events 320

Making Excel Smarter 348

Summary 349

Review Questions 350

Chapter 8 Controls in Word and Excel 351
Topics Covered in This Chapter 351

About Controls 351

Adding Controls to Toolbars and Menus 352

Using Windows Forms Controls 365

Adding Controls to a Windows Form 378

Adding Controls to the Task Pane 388

Adding Controls to Excel and Word Documents 390

Summary 415

Review Questions 416

Chapter 9 Smart Tags in Word and Excel 417
Topics Covered in This Chapter 417

What Is a Smart Tag? 417

Creating Word and Excel Smart Tags with VSTO 422

Understanding Smart Tag Properties 426

Taking Action on a Smart Tag 428

Introduction to Regular Expressions 436

Overriding Smart Tag Recognizers 446

Summary 455

Review Questions 455

Part III Outlook and Beyond 457
Chapter 10 Creating Add-ins for Outlook with VSTO 459
Topics Covered in This Chapter 459

Application-Level Customizations Using VSTO 459

Outlook Object Model Overview 475

Customizing Menus and Toolbars in Outlook 482

Debugging Add-ins 486

Security in Outlook Add-ins Created with VSTO 492

Summary 496

Review Questions 497

Chapter 11 Security and Deployment 499
Topics Covered in This Chapter 499

VSTO Security Model 499

Deploying Word and Excel Solutions 505

Deploying Outlook Solutions 528

Summary 529

Review Questions 529

Chapter 12 Migrating VBA Solutions to VSTO 531
Topics Covered in This Chapter 531

Migration Overview 531

Migration Strategies 532

Simple Migration of a Word VBA Project 534

Advanced Migration of a Word VBA Project 537

VBA and VSTO Interoperability 547

Summary 553

Review Questions 553

Chapter 13 Advanced Topics in VSTO 555
Topics Covered in This Chapter 555

ServerDocument Overview 555

Attaching and Detaching Document-Based Customizations 556

Reading and Writing the Data Cache 560

Clearing the Data Cache 571

Summary 572

Review Questions 572

Chapter 14 VSTO 2005 SE and the 2007 Microsoft Office System 575
Topics Covered in This Chapter 575

Introduction to VSTO 2005 SE 575

Creating Add-ins 584

Customizing the Ribbon 585

Creating Custom Task Panes 622

Creating a Custom Form Region 638

Summary 650

Review Questions 650

Appendix A Creating Code Snippets 651
Appendix B Creating Inspector CommandBars 657
Index 665