Sign in
Paul Stubbs
Modern SharePoint App Development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Conferences
Groove
InfoPath
Longhorn
Office
Pages
Phone
Program Management
Security
SharePoint
Silverlight
Silverlight MIX09
Video Training
Visual Studio
VSTA
VSTO
VSTO for Mere Mortals
Windows 7
WPF
XBOX 360
XNA
Zune
Archive
Archives
September 2012
(3)
July 2011
(1)
June 2011
(3)
April 2011
(3)
March 2011
(4)
February 2011
(2)
January 2011
(1)
November 2010
(1)
October 2010
(8)
September 2010
(2)
August 2010
(1)
July 2010
(1)
June 2010
(3)
May 2010
(3)
April 2010
(5)
February 2010
(2)
January 2010
(7)
December 2009
(4)
November 2009
(9)
October 2009
(3)
September 2009
(5)
August 2009
(2)
July 2009
(2)
June 2009
(3)
May 2009
(5)
April 2009
(8)
March 2009
(1)
February 2009
(1)
January 2009
(1)
December 2008
(3)
March 2008
(1)
August 2007
(3)
July 2007
(5)
June 2007
(1)
May 2007
(9)
April 2007
(7)
March 2007
(4)
February 2007
(2)
January 2007
(3)
December 2006
(2)
November 2006
(1)
October 2006
(1)
September 2006
(6)
August 2006
(4)
July 2006
(1)
June 2006
(4)
May 2006
(1)
February 2006
(2)
September 2005
(6)
July 2005
(1)
June 2005
(2)
March 2005
(4)
February 2005
(6)
December 2004
(1)
September 2004
(2)
July 2004
(2)
June 2004
(1)
May 2004
(2)
April 2004
(2)
March 2004
(3)
February 2004
(3)
January 2004
(5)
November 2003
(1)
October 2003
(3)
September 2003
(1)
August 2003
(2)
July 2003
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Paul Stubbs
Turn off the Language Bar
Posted
over 8 years ago
by
Paul Stubbs [MSFT]
63
Comments
One annoying feature of XP is the Language Bar. This is the little toolbar that opens at the bottom of your screen and has no apparent purpose ( Microsoft Windows XP - What is the Language bar? ). Since it takes up valuable space on the Taskbar I want...
Paul Stubbs
Download SharePoint 2010 VHD Demo Environment
Posted
over 3 years ago
by
Paul Stubbs [MSFT]
12
Comments
The RTM version of the SharePoint 2010 and Office 2010 VHD files are now available for download. This includes Windows Server 2008 R2, SharePoint 2010, Office 2010, Visual Studio 2010, SQL Server 2008 R2, Exchange 2010 and more. See the download site...
Paul Stubbs
Download the SharePoint 2010 VHD
Posted
over 3 years ago
by
Paul Stubbs [MSFT]
2
Comments
UPDATE: Please go here to download the RTM version of the VHD http://blogs.msdn.com/b/pstubbs/archive/2010/05/11/download-sharepoint-2010-vhd-demo-environment.aspx The SharePoint team just released a fully installed BETA SharePoint 2010 VHD file...
Paul Stubbs
Convert VBA to VB .Net and C#
Posted
over 9 years ago
by
Paul Stubbs [MSFT]
2
Comments
Here is an excellent article on Converting Code from VBA to Visual Basic .Net . The article talks about many of the pitfalls in converting. In general converting from VBA to VB .Net is very straight forward. This article is a must read for developers...
Paul Stubbs
How to create Excel UDFs in VSTO managed code
Posted
over 9 years ago
by
Paul Stubbs [MSFT]
12
Comments
One question that I frequently get is how to call managed code from VBA. In general it is not recommended to mix VBA with managed code mainly due to the non-deterministic eventing model. In other words if VBA and managed code are listening for the same...
Paul Stubbs
VSTO: My Favorite Feature - ClickOnce Deployment
Posted
over 6 years ago
by
Paul Stubbs [MSFT]
13
Comments
One of my favorite features in the latest version of VSTO is ClickOnce Deployment. ClickOnce deployment makes securely deploying my Office add-in and document level solutions easy. VSTO deployment supports, Local , HTTP , UNC , CD / DVD and USB locations...
Paul Stubbs
Developing Windows Phone 7 Applications for SharePoint 2010
Posted
over 3 years ago
by
Paul Stubbs [MSFT]
13
Comments
The Windows Phone 7 platform contains great out of the box integration with SharePoint under the Office Hub. But what if you want to create your own custom applications on the phone that leverage SharePoint 2010 data and services? In this blog post I...
Paul Stubbs
How to Create HTML Action Panes for Word and Excel using VSTO 2005
Posted
over 8 years ago
by
Paul Stubbs [MSFT]
5
Comments
VSTO 2005 enables developers to create Windows form Action Panes in Word and Excel with only 1 line of code. I will show you how to extend this technique to create an Action Pane using HTML. Why would you want to use HTML for a client side application...
Paul Stubbs
Build a setup project for your XNA game
Posted
over 7 years ago
by
Paul Stubbs [MSFT]
6
Comments
Now you have created your XNA game but how do you package it so the world can download and install it? You will see how to build a windows setup (.msi) for your XNA game. You will use Visual Studio 2005 Pro (or above) to create a setup project that will...
Paul Stubbs
SharePoint 2010 Hands on Labs
Posted
over 3 years ago
by
Paul Stubbs [MSFT]
7
Comments
[Updated: 1/30/2011 All Links] Office and SharePoint hands on labs The best way to get started learning about Office and SharePoint is to use the Channel 9 training kits. The training kits contain and number of videos and hands on labs. In order to complete...
Paul Stubbs
Updated SharePoint 2010 Training Kit with Offline and Hands on Labs
Posted
over 4 years ago
by
Paul Stubbs [MSFT]
1
Comments
Today we released an update to the SharePoint 2010 Developer Training Course on Channel 9 . This training course contains 14 training units covering all aspects of developing solutions on the SharePoint 2010 platform using Visual Studio 2010 and SharePoint...
Paul Stubbs
VSTO 2005 makes Smart Tags smarter (and easier)
Posted
over 8 years ago
by
Paul Stubbs [MSFT]
18
Comments
Smart Tags are VSTO’s newest feature. They have been added to the product since Beta 1 has shipped. VSTO 2005 does for Smart Tags what it did for Action Pane , makes it easy and understandable for a .net programmer. Smart Tags in Office have been around...
Paul Stubbs
SharePoint 2010 Easy Setup Script
Posted
over 3 years ago
by
Paul Stubbs [MSFT]
35
Comments
Today Chris Johnson and I are releasing a new tool to help you setup a SharePoint 2010 developer machine. In order to make this process as easy as possible we have created a series of PowerShell scripts that automate the entire process of building a fully...
Paul Stubbs
HowTo: Create a SmartTag in VB or C# in less than 10 lines of code
Posted
over 8 years ago
by
Paul Stubbs [MSFT]
13
Comments
Creating SmartTags for Word and Excel using VSTO 2005 has become incredibly simple. I will show you how to create a SmartTag that interacts with an ActionsPane in less than 10 lines of code, including adding the ActionsPane. One of the hardest things...
Paul Stubbs
Create Watermarks using VSTO 2005 (Part 2 C#)
Posted
over 8 years ago
by
Paul Stubbs [MSFT]
5
Comments
In my blog yesterday I showed How to create a Word Watermark using VSTO 2005 . This was relatively easy to do using VB .Net. Today I will show you the same code using VSTO 2005 and C# (for those of you who like abuse). I have tried to make the code exactly...
Paul Stubbs
First XNA Application - 360 Controller Test
Posted
over 7 years ago
by
Paul Stubbs [MSFT]
14
Comments
I finished my first XNA application tonight at 1 minute before midnight on the launch day. This is an application that I wrote before using MDX 2.0 and Winforms (See the old article for the features) . I was able to convert the entire app in about...
Paul Stubbs
Where to Download SharePoint 2007 Service Pack 2 (SP2)
Posted
over 4 years ago
by
Paul Stubbs [MSFT]
2
Comments
Today the SharePoint team announced that Service Pack 2 is ready to go. SP2 rolls up all previous bug fixes and patches. SP2 also includes new features to improve performance, availability and stability. SP2 also prepares your SharePoint farm to make...
Paul Stubbs
Unit Testing for VSTO (part 2 Automated Tests)
Posted
over 7 years ago
by
Paul Stubbs [MSFT]
7
Comments
Learn how to use VSTS to create automated tests for VSTO Office applications....
Paul Stubbs
MDX: XBOX 360 Controller Windows Forms Application
Posted
over 7 years ago
by
Paul Stubbs [MSFT]
8
Comments
Now that the XBOX 360 controller works on windows I thought it would be fun to hook it up to a windows forms application using Visual C# Express and Managed DirectX (MDX). So here is the scenario; you’re at your desk entering the latest budget numbers...
Paul Stubbs
Announcing VSTO 2005 for Outlook 2003
Posted
over 8 years ago
by
Paul Stubbs [MSFT]
8
Comments
Today during Steve Ballmer’s keynote speech he announced VSTO for Outlook. Now in addition to Word and Excel, you can create Outlook add-ins using VSTO 2005 for Office 2003. VSTO will create managed add-ins for Outlook that will appear to Outlook as a...
Paul Stubbs
Unit Testing for VSTO (part 1 Manual Tests)
Posted
over 7 years ago
by
Paul Stubbs [MSFT]
3
Comments
Introduction One question that I hear from developers creating advanced VSTO solution is how to create unit tests using Visual Studio 2005 Team Edition for Software Testers (VSTS). VSTS doesn’t contain a test template for VSTO projects. The Add New...
Paul Stubbs
Create Watermarks using VSTO 2005
Posted
over 8 years ago
by
Paul Stubbs [MSFT]
4
Comments
Programmatically creating watermarks in Word can be a challenge. Here I have created the code to add and remove watermarks in Word using VSTO 2005. The way I created this code is the way the many VBA programmers work. They record a macro doing the action...
Paul Stubbs
How to access SharePoint List data with Visual Studio 2010 and WPF
Posted
over 4 years ago
by
Paul Stubbs [MSFT]
1
Comments
Steve Fox walks you through the process of building a WPF application using Visual Studio 2010 Beta 1 to access SharePoint 2007 List data. Using the newest version of Visual Studio, C#, Linq, XML, and SharePoint web services to pull a List from the server...
Paul Stubbs
Free version of VSTO for Office 2007 released today
Posted
over 7 years ago
by
Paul Stubbs [MSFT]
3
Comments
Today we announced the Beta release of Visual Studio Tools for Office 2005 Second Edition (VSTO SE) . This version of VSTO is a free download that you add to Visual Studio 2005 Pro or VSTO 2005. VSTO SE enabled Office 2007 add-in development and it also...
Paul Stubbs
Sync Outlook Appointments with Groove using VSTO
Posted
over 6 years ago
by
Paul Stubbs [MSFT]
1
Comments
Both Outlook and Groove contain calendars so which one do you use? Each one has its own strengths but it would be cool to be able to sync your appointments. I have created a small sample using VSTO and the Groove SDK that will allow you to import and...
Page 1 of 9 (201 items)
1
2
3
4
5
»