DotNetShoutout - Stories tagged with VSTO
4
Shouts

Developing Applications for Visio with Visual Studio (Windows Forms, WPF, XBAP)

published 651 days, 15 hours, 12 minutes ago posted by mikeborozdinmikeborozdin 654 days, 8 hours, 55 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Monday, September 05, 2011 1:28:16 PM GMT
This tutorial demonstrates how to extend the Visio functionality by writing an Visio add-in with VSTO, creating a standalone application with both Windows Forms and WPF, and finally by building a browse application with WPF (XBAP). (more)
category: UX | clicked: 21 | comment | | source: www.mikeborozdin.com
tags: XBAP, WPF, VSTO
5
Shouts

The Code Project: Podium - Rudi Grobler in the Cloud

published 993 days, 7 hours, 42 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 993 days, 16 hours, 15 minutes ago
Friday, October 01, 2010 2:41:33 PM GMT Friday, October 01, 2010 6:07:46 AM GMT
In this article Rudi Grobler creates a Windows Phone 7 companion tool for PowerPoint which allows users to control their PowerPoint presentation (more)
category: Metro | clicked: 0 | comment | | source: www.rudigrobler.net
tags: powerpoint, WP7, VSTO
9
Shouts

Localized Online Samples Available for Visual Studio 2010 - Beth Massi

published 1050 days, 12 hours, 45 minutes ago posted by jantujantu 1052 days, 11 hours ago
Thursday, August 05, 2010 9:37:51 AM GMT Tuesday, August 03, 2010 11:23:10 AM GMT
Product teams have been releasing samples online on Code Gallery since Visual Studio has been released. This allows us to get samples out the door outside of the normal VS ship-cycle. So what you see “in-box” (a.k.a on the install disk) is only a subset of samples that we release. If you have an internet connection (which you probably do if you are reading this ;-)) then you can access additional online samples from the Help -> Samples menu in Visual Studio 2010 (more)
category: Web Dev | clicked: 3 | comment | | source: blogs.msdn.com
tags: VS2010, DevCenter, VSTO, samples
5
Shouts

Integrate Outlook Appointments with SharePoint 2010 Calendar Lists using Data Services - Beth Massi

published 1084 days, 9 hours, 16 minutes ago posted by jantujantu 1085 days, 14 hours, 21 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Thursday, July 01, 2010 8:02:25 AM GMT
The other day a good friend of mine asked me if it was possible to send appointments created in Outlook into a SharePoint calendar list. It’s easy enough to grab this data from Outlook by building an add-in with Visual Studio, but what also turned out to be really easy was sending this information to SharePoint using its built-in WCF data services, also known as OData. OData is an open REST-ful protocol for exposing and consuming data on the web. I’ve written before about how we could consume these Share... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, Office, Visual Basic, article, VS2010, WCF Data Services, DevCenter, VSTO, Sharepoint, OData
2
Shouts

Excel 2007 VSTO add-in tutorial

published 1116 days, 11 hours, 44 minutes ago posted by brandewinderbrandewinder 1117 days, 22 hours, 7 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 12:16:38 AM GMT
A step-by-step tutorial on how to build an Excel 2007 VSTO add-in, focusing on how .Net, WPF and the MVVM patterns can be used to extend an Office application, and provide a friendly user interface to compare worksheets and highlight their differences. (more)
category: Agile | clicked: 31 | comment | | source: clear-lines.com
tags: Office, Add-In, WPF, Excel, Addin, MVVM, VSTO
7
Shouts

Sharing the goodness that is VB : Add Spark to Your OData Consuming Data Services in Excel 2010 Part 2 - Beth Massi

published 1154 days, 11 hours, 14 minutes ago posted by jantujantu 1155 days, 12 hours, 11 minutes ago
Friday, April 23, 2010 11:09:19 AM GMT Thursday, April 22, 2010 10:12:09 AM GMT
Last post I talked about how you can create your own WCF data services (OData) and use PowerPivot to do some powerful analysis inside Excel 2010 as well as how to use the new sparklines feature. If you missed it:Add Spark to Your OData: Consuming Data Services in Excel 2010 Part 1In this post I want to show how you can create your own Excel client to consume and analyze data via an OData service exp... (more)
category: Smart Client | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, Visual Basic, article, VS2010, WCF Data Services, DevCenter, VSTO, Sharepoint, OData
6
Shouts

Sharing the goodness that is VB Add Spark to Your OData Consuming Data Services in Excel 2010 Part 1 - Beth Massi

published 1156 days, 10 hours, 58 minutes ago posted by jantujantu 1157 days, 10 hours, 8 minutes ago
Wednesday, April 21, 2010 11:25:35 AM GMT Tuesday, April 20, 2010 12:15:12 PM GMT
OData is an open REST-ful protocol for exposing and consuming data on the web. Also known as Astoria, ADO.NET Data Services, now called WCF Data Services in .NET. I’ve written about it in the context of .NET many times on this blog. However there are SDKs available for other platforms like JavaScript and PHP. With the release of .NET Framework 3.5 Service Pack 1, .NET developers could easily create and e... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, article, VS2010, WCF Data Services, DevCenter, VSTO, OData
8
Shouts

Sharing the goodness that is VB : Migrating a 2007 Workflow to Visual Studio & SharePoint 2010 - Beth Massi

published 1250 days, 10 hours, 9 minutes ago posted by impaimpa 1251 days, 12 hours, 58 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Saturday, January 16, 2010 9:24:49 AM GMT
Lately I’ve been converting an Office business application we built last year with Visual Studio 2008 to Visual Studio and Office 2010. Last couple posts we tackled converting the Outlook client piece. In this post I want to focus on the server side and show how we can convert the SharePoint 2007 workflow we built with Visual Studio 2008 to a SharePoint 2010 workflow in Visual Studio 2010. In Visual Studio 200... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: OBA, ADO.NET Data Services, workflow, article, VS2010, DevCenter, VSTO, Sharepoint
10
Shouts

Sharing the goodness that is VB : Build WPF Data Controls for Outlook Addins Easily with VS2010 - Beth Massi

published 1275 days, 1 hour, 41 minutes ago posted by impaimpa 1276 days, 8 hours, 23 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 2:00:14 PM GMT
I showed how to migrate our Northwind Outlook client to .NET 4 and Office 2010. This Outlook Add-in displays order history information in an adjoining form region so sales associates can see that data immediately when communicating with customers. When we originally built this with Visual Studio 2008, we used a WPF user control to display the data so that we could better match the look and feel of Ou... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: OBA, Office, data, WPF, article, VS2010, DevCenter, VSTO
12
Shouts

Sharing the goodness that is VB : Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 - Beth Massi

published 1280 days, 13 hours, 10 minutes ago posted by jantujantu 1282 days, 9 hours, 26 minutes ago
Friday, December 18, 2009 9:13:00 AM GMT Wednesday, December 16, 2009 12:57:26 PM GMT
Early this year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. If you missed them:Architecture of the Northwind Office Business ApplicationOBA Part 1 - Exposing Line-of-Business DataOBA Part 2 - Building an Outlook Client against LOB DataOBA Part 3 - Storing and Reading Data in Word ... (more)
category: How To | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: OBA, Office, Visual Basic, WPF, article, VS2010, DevCenter, VSTO