Wat is er nieuw in Visual Studio 2005 Tools for Office SE? Maurice de Beijer ABL – The Problem Solver
Wie ben ik? • Maurice de Beijer. • The Problem Solver. • Visual Basic MVP. • Blog: theproblemsolver/default.aspx • Web: •
Agenda • Wat is VSTO 2005 SE Wat is VSTO 2005 SE Wat is VSTO 2005 SE • Office Open XML Office Open XML Office Open XML • Taskpanes en Ribbons Taskpanes en Ribbons Taskpanes en Ribbons • Databinding Databinding • VSTO of VBA VSTO of VBA VSTO of VBA • Deployment Deployment • VSTO “Orcas” VSTO “Orcas” VSTO “Orcas” • Vragen Vragen
En de naam is? • Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System. • Microsoft Visual Studio 2005 Tools for Office Second Edition. • VSTO 2005 SE. • En de code name was: Cypress.
Ondersteuning voor VSTO Office 2003 VSTO 2005 Office 2003 VSTO 2005 SE Office 2003/2007 Word DocumentDocumentApplicatie Excel Document DocumentApplicatie InfoPath DocumentApplicatie Outlook ApplicatieDocument PowerPoint Applicatie Visio Applicatie Access
VSTO 2005 SE Runtime • Is compatible met VSTO • Zowel voor Office 2003 als • Bevat bug fixes, met name het Excel list object. VSTO 2005 SE Runtime VSTO 2005 Runtime
Agenda • Wat is VSTO 2005 SE Wat is VSTO 2005 SE Wat is VSTO 2005 SE • Office Open XML Office Open XML Office Open XML • Taskpanes en Ribbons Taskpanes en Ribbons Taskpanes en Ribbons • Databinding Databinding • VSTO of VBA VSTO of VBA VSTO of VBA • Deployment Deployment • VSTO “Orcas” VSTO “Orcas” VSTO “Orcas” • Vragen Vragen
Office Open XML • Het nieuwe bestands formaat. • Een verzameling van XML bestanden. • Verpakt in een ZIP bestand. • ECMA standaard. Document properties File container Comments WordML/SpreadsheetML, etc. Custom-defined XML Images, video, sound Embedded code/macros Charts
Een DOCX van binnen bekeken
System.IO.Packaging namespace • Maken/lezen en bewerken zonder Office. –Package –PackagePart –PackageRelationship –PackageProperties
System.IO.Packaging
Agenda • Wat is VSTO 2005 SE Wat is VSTO 2005 SE Wat is VSTO 2005 SE • Office Open XML Office Open XML Office Open XML • Taskpanes en Ribbons Taskpanes en Ribbons Taskpanes en Ribbons • Databinding Databinding • VSTO of VBA VSTO of VBA VSTO of VBA • Deployment Deployment • VSTO “Orcas” VSTO “Orcas” VSTO “Orcas” • Vragen Vragen
Task Panes • Blijven voor de gebruiker zichtbaar. • Kan reageren op de gebruiker. • Is een.NET UserControl. • Alle.NET user interface controls.
Een Task Pane maken
Ribbons • Vervangt het menu en de taakbalk uit Office • Bevat Office controls. • XML voor de layout, code voor de business logic. TabGroup Ribbon Control
Een Ribbon
Resources • • • • VSTO met Windows Presentation Foundation /07/teched-developers-2006-pre-conference- sessions-on-visual-studio-tools-for-office- including-wpf-interop.aspx /07/teched-developers-2006-pre-conference- sessions-on-visual-studio-tools-for-office- including-wpf-interop.aspx /07/teched-developers-2006-pre-conference- sessions-on-visual-studio-tools-for-office- including-wpf-interop.aspx
Agenda • Wat is VSTO 2005 SE Wat is VSTO 2005 SE Wat is VSTO 2005 SE • Office Open XML Office Open XML Office Open XML • Taskpanes en Ribbons Taskpanes en Ribbons Taskpanes en Ribbons • Databinding Databinding • VSTO of VBA VSTO of VBA VSTO of VBA • Deployment Deployment • VSTO “Orcas” VSTO “Orcas” VSTO “Orcas” • Vragen Vragen
Data Binding • Makkelijk bij het werken met/tonen van data. • DataSources window. • TypedDataTable. • TypedTableAdapter. • BindingSource.
Data Binding
Agenda • Wat is VSTO 2005 SE Wat is VSTO 2005 SE Wat is VSTO 2005 SE • Office Open XML Office Open XML Office Open XML • Taskpanes en Ribbons Taskpanes en Ribbons Taskpanes en Ribbons • Databinding Databinding • VSTO of VBA VSTO of VBA VSTO of VBA • Deployment Deployment • VSTO “Orcas” VSTO “Orcas” VSTO “Orcas” • Vragen Vragen
VSTO versus VBA • VSTO –Voor ontwikkelaars. –Losse DLL. –Kan veel. –Visual Studio is nodig. –Deployment moeilijk. • VBA –Voor eindgebruikers. –In een document. –Kan redelijk wat. –Office is voldoende. –Deployment is redelijk makkelijk.
VSTO versus VBA VSTOVBA N-Tier apps Advanced Add-Ins Simple Add-Ins Single doc Add-in Macro recorder
Agenda • Wat is VSTO 2005 SE Wat is VSTO 2005 SE Wat is VSTO 2005 SE • Office Open XML Office Open XML Office Open XML • Taskpanes en Ribbons Taskpanes en Ribbons Taskpanes en Ribbons • Databinding Databinding • VSTO of VBA VSTO of VBA VSTO of VBA • Deployment Deployment • VSTO “Orcas” VSTO “Orcas” VSTO “Orcas” • Vragen Vragen
Deployment • Document en Assembly plaats: –Lokaal/Lokaal. –Lokaal/Netwerk. –Netwerk/Netwerk. • Full trust is een vereiste! –Strong name! –Vertrouwde locatie!
Deployment • Click Once. • Windows Installer. • Upgrades!
Deployment
Deployment recources • ployment-articles.aspx ployment-articles.aspx ployment-articles.aspx • • y/en- us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerO verview.asp y/en- us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerO verview.asp y/en- us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerO verview.asp • y/en- us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerW alkthrough.asp y/en- us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerW alkthrough.asp y/en- us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerW alkthrough.asp
Agenda • Wat is VSTO 2005 SE Wat is VSTO 2005 SE Wat is VSTO 2005 SE • Office Open XML Office Open XML Office Open XML • Taskpanes en Ribbons Taskpanes en Ribbons Taskpanes en Ribbons • Databinding Databinding • VSTO of VBA VSTO of VBA VSTO of VBA • Deployment Deployment • VSTO “Orcas” VSTO “Orcas” VSTO “Orcas” • Vragen Vragen
En straks met VSTO “Orcas”? • Document level addins voor Office • AppDomain isolation. • Ribbon designer. • Word Content Control Support. • ServerDocument. • ClickOnce deployment.
Agenda • Wat is VSTO 2005 SE Wat is VSTO 2005 SE Wat is VSTO 2005 SE • Office Open XML Office Open XML Office Open XML • Taskpanes en Ribbons Taskpanes en Ribbons Taskpanes en Ribbons • Databinding Databinding • VSTO of VBA VSTO of VBA VSTO of VBA • Deployment Deployment • VSTO “Orcas” VSTO “Orcas” VSTO “Orcas” • Vragen Vragen
Vragen?