Sign in
.NET4Office
A blog by Eric Carter
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
All Office and no play...
Great Moments at Work
InfoPath
Office Programming Model
Programmability
Archive
Archives
November 2009
(1)
May 2009
(10)
April 2009
(1)
March 2009
(9)
October 2008
(1)
August 2008
(2)
July 2008
(3)
June 2008
(1)
May 2008
(6)
April 2008
(18)
March 2008
(1)
February 2008
(1)
October 2007
(4)
July 2007
(3)
May 2007
(2)
April 2007
(8)
November 2006
(7)
October 2006
(2)
September 2006
(3)
August 2006
(2)
July 2006
(4)
June 2006
(6)
May 2006
(3)
April 2006
(1)
March 2006
(3)
February 2006
(2)
January 2006
(3)
November 2005
(3)
October 2005
(1)
September 2005
(6)
August 2005
(3)
July 2005
(1)
June 2005
(13)
May 2005
(3)
March 2005
(3)
February 2005
(2)
January 2005
(2)
December 2004
(2)
November 2004
(3)
October 2004
(9)
September 2004
(8)
August 2004
(4)
July 2004
(1)
June 2004
(3)
May 2004
(9)
April 2004
(31)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET4Office
8. VSTO Bug Tracker : Using a Ribbon
Posted
over 4 years ago
by
Eric Carter
1
Comments
To get started, from the Project menu choose Add New Item. In the Add New Item dialog box, click Ribbon (Visual Designer). Then click the Add button. A new Ribbon is created and the Ribbon Designer is displayed. Next, click on the Group control that is...
.NET4Office
7. VSTO Bug Tracker : Using Document-Level Features in Add-Ins
Posted
over 4 years ago
by
Eric Carter
1
Comments
Prior to Visual Studio 2008 SP1, you couldn’t use common VSTO features like controls in the document and databinding to list objects at the add-in level. But with SP1 we introduced a way for you to use these features at the add-in level. In...
.NET4Office
6. VSTO Bug Tracker: Word Report Generation
Posted
over 4 years ago
by
Eric Carter
1
Comments
Another thing I want my bug tracking system to do is help me generate a weekly report with a summary table of key stats for all my teams. I want to do this in Word so I can add my own comments and a status summary of what went on during the week. We already...
.NET4Office
5. VSTO Bug Tracker : Using Cached Data
Posted
over 4 years ago
by
Eric Carter
1
Comments
We are now going to convert our previous sample to use cached data. In our current solution we have code that when the document loads, it calls a web service to get the bug data. We are going to use the cached data feature to allow us to call...
.NET4Office
4. VSTO Bug Tracker : Getting the data into Excel
Posted
over 4 years ago
by
Eric Carter
1
Comments
The next step is to get more of the bug data into Excel so we can start to analyze it. To do this, we will use VSTO’s data bind to ListObject support. I’m going to approach this in a different “more advanced” way that will make sense later in the...
.NET4Office
3. VSTO Bug Tracker : A UDF
Posted
over 4 years ago
by
Eric Carter
3
Comments
Now that we have our web service, lets get started by writing a managed UDF that uses the web method “GetColumnValue”. In fact, the UDF will mirror this web method and make it so we can use it in Excel formulas. First, add a new C# or VB class library...
.NET4Office
2. VSTO Bug Tracker : The Web Service
Posted
over 4 years ago
by
Eric Carter
1
Comments
Within Microsoft, there is a web service already implemented that I can use in my solution to call the bug tracking system and get back the data described in the previous article. For my demo, I’m going to implement a demo web service that will...
.NET4Office
1. VSTO Bug Tracker : The Data
Posted
over 4 years ago
by
Eric Carter
1
Comments
For my TechEd demo today, I will be showing a solution that helps me to do part of my job as a development manager: tracking the bug counts in the product. At Microsoft, we have an internal system that tracks a ton of relevant bug stats in TFS and takes...
.NET4Office
If you are using Windows 7 RC and VSTO you better read this
Posted
over 4 years ago
by
Eric Carter
1
Comments
Saurabh blogs about how to work around an error you get if you published a VSTO solution using VS2008 on a machine running the Windows 7 RC and then you try to install the solution on any machine you will see the following error: “The required version...
.NET4Office
Advanced Word & Excel 2007 Development in Visual Studio 2008 with VSTO (OFC 324)
Posted
over 4 years ago
by
Eric Carter
2
Comments
I will be at TechEd next week and will present a session on advanced VSTO: OFC324 Advanced Microsoft Office Word and Excel 2007 Development in Microsoft Visual Studio 2008 with Visual Studio Tools for Office Eric Carter Thursday 5/14/2009 1:00PM-2...
Page 1 of 1 (10 items)