1 / 9

What’s new in VSTO 2008 v3

What’s new in VSTO 2008 v3. It Rocks!. Ed Richard, Software Objectives. Overview. Document Level Add-ins Visual Designers Ribbon Task Panes Form Regions Workflow SharePoint CLICK ONCE! Word Content Controls VBA <> VSTO http://msdn2.microsoft.com/en-us/library/bb608604.aspx.

Télécharger la présentation

What’s new in VSTO 2008 v3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What’s new in VSTO 2008 v3 It Rocks! Ed Richard, Software Objectives

  2. Overview • Document Level Add-ins • Visual Designers • Ribbon • Task Panes • Form Regions • Workflow SharePoint • CLICK ONCE! • Word Content Controls • VBA <> VSTO • http://msdn2.microsoft.com/en-us/library/bb608604.aspx

  3. Visual Studio Project Templates • Both 2003 and 2007, but not at the same time! • Let’s go and have a look • And add a new Item (Ribbon) and show designer • Note: Office2007IconsGallery.xlsm

  4. Smart Documents using Content Controls and Task Panes • Actions Pane – Document Level • Custom Task Pane – Application Level • Adding Content Controls from Toolbox • Events, properties, databinding • XMLMapping • Custom XML Parts

  5. Outlook Forms Regions • Extremely powerful yet easy to implement • Wizard in VS • Can include WPF Controls • Types; • Adjoining – Separate • Replacement • Reading pane can use all but Separate (no tabs..) • New Controls for Outlook look and feel and binding to Outlook data

  6. Click Once • The Publish Tab

  7. Tip: Stolen from blog-know bug void ThisAddIn_Quit() { GC.Collect(); GC.WaitForPendingFinalizers(); GC.Collect(); GC.WaitForPendingFinalizers(); }

  8. SharePoint Workflow Tools • Visual Design • Integrated Debugging Experience • Watch for power tools • SharePoint Designer ‘upscale’ • Typically run / installed on the dev-server.

  9. The blog • http://blogs.msdn.com/vsto/ • http://edonoffice.blogspot.com • Ed@SoftwareObjectives.com.au

More Related