VSTO 3.0 for Office 2007 programming get to grips with programming Office 2007 using Visual studio tools for Office
Get to grips with Programming Office 2007 using Visual Studio Tools for Office
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Birmingham, U.K. :
Packt Pub
2009.
|
Edición: | 1st edition |
Colección: | From technologies to solutions
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627919106719 |
Tabla de Contenidos:
- Cover; Table of Contents; Preface; Chapter 1: Visual Studio Tools for Office (VSTO); What is Microsoft VSTO?; Why VSTO 3.0?; Safer managed code extensions; Data caching; Feature customization; User Interface customization; Smart tags; WPF support; Visual designers; Security improvements; Maintainability; What's new in VSTO 3.0?; VSTO architecture; Development approaches; Document-oriented approach; Application-oriented approach; VSTO development and deployment; Creating Office applications through VSTO; VSTO development environment; Package; Visual Studio integration; Creating VSTO solutions
- Viewing IDE WindowsDebugging; What can we expect in the next version?; Summary; Chapter 2: Microsoft Office InfoPath Programming; Microsoft Office InfoPath; InfoPath 2007 in Visual Studio; Visual Studio 2008 InfoPath solution overview; The VSTO problem when installing Office InfoPath 2007; Creating our first example; Available customization features; Object model in InfoPath solution; Understanding the Microsoft Office InfoPath object model; Understanding the InfoPath object model functional area; Using events in InfoPath; Form-level events; Xml events; Control events
- Writing event validation for an expense report formManipulating a data source; Fetch node value from main data source; Assigning a value to a node in the main data source; Adding or creating a new node in the main data source; Deleting or removing nodes from the main data source; Populating Microsoft Office InfoPath with Microsoft SQL Server 2008; Working with Custom Task Panes; Managed code; Custom Task Pane; Creating an InfoPath Task Pane; Creating an InfoPath add-in project using Visual Studio 2008; InfoPath and SharePoint workflow; Summary; Chapter 3: Microsoft Office Word Programming
- Microsoft Office Word 2007 solutionsApplication-level solutions versus document-level solutions; Creating document-level solutions; Publishing solution deployment; Working with objects and documents; Working with key objects; Inserting text in Word 2007 document; Selecting text in a Word 2007 document; Creating a table in a Word 2007 document; Working with Word templates; Actions Pane: Document-level customization; Creating a Custom Actions Pane for Microsoft Office Word 2007; Managing the Actions Pane; Designing the Actions Pane; Application-level solutions
- Task Pane: Application-level customizationWhat is the Task Pane?; Custom Task Pane; Creating a Custom Task Pane for Microsoft Office Word 2007; Programming in Word; Word host items; Word host controls; Adding controls to a document; Adding an ActiveX control to Microsoft Office Word 2007 programmatically; Data binding to host controls; What is LINQ?; Using LINQ in Word 2007 with VSTO 3.0 and Visual Studio 2008; Customization; Ribbon menu; Adding controls to menus; Toolbar (Quick Access Toolbar); Adding controls to toolbars; Summary; Chapter 4: Microsoft Office Excel Programming
- Programming in Excel