OfficeDeveloper.NET
Applications

Programmatically Updating Company Names in Outlook 2007

April 13, 2009 by Staff · Leave a Comment 

Learn how to use Visual Basic for Applications (VBA) in Outlook 2007 to change the company name for contacts without manually opening each contact.

Read the original post: 
Programmatically Updating Company Names in Outlook 2007

Applications

Live Framework Tools for Microsoft Visual Studio April 2009 CTP

March 14, 2009 by Staff · Leave a Comment 

The Live Framework Tools for Microsoft Visual Studio, in conjunction with the Live Framework SDK, extend Visual Studio 2008 to simplify the end-to-end development experience of creating Mesh-enabled Web Applications by making it trivial to create, build, run, debug and package these applications for the Live Desktop.

More:
Live Framework Tools for Microsoft Visual Studio April 2009 CTP

Applications

Live Framework SDK

March 14, 2009 by Staff · Leave a Comment 

The Live Framework SDK provides developers with documentation, samples, tools and APIs needed to build rich, connected, data-sharing applications using Live Services.

More: 
Live Framework SDK

Applications

Attaching to an already running Office application from your application using GetActiveObject or BindToMoniker

March 12, 2009 by Staff · Leave a Comment 

One common pattern of Office development is the Office Automation Executable—a console or windows forms application that starts up an Office application and talks to it.  Sometimes you won’t want to start a new instance of an Office application but will instead want to attach to an already running instance. To do this, you can use one of two methods provided by .NET. System.Runtime.InteropServices.Marshal.GetActiveObject allows you to attach to a running instance of an Office application by passing a string identifier for the Office application called a program ID or ProgID

Excerpt from:
Attaching to an already running Office application from your application using GetActiveObject or BindToMoniker

Applications

Saving Money in IT: Maximizing Value is Key (+ review of new U2 album)

March 11, 2009 by Staff · Leave a Comment 

In a recent post to a blog, a writer, Guy Creese , writes that the key to saving money in IT is ‘granularity’. In short- he suggests that the IT cost-saving key is to figure out what the basic use experiences are for people and match them to the cheapest software that suits those needs

See the rest here:
Saving Money in IT: Maximizing Value is Key (+ review of new U2 album)

Applications

Sharing Custom Tabs in The Ribbon UI

March 11, 2009 by Staff · Leave a Comment 

To let add-ins (native, unmanaged/managed COM add-ins and VSTO add-ins) share tabs is a good strategy but it can be applied in two different ways. Which to apply is depended on the individual add-ins. Sharing the Add-ins Tab For small application it is not necessary to use tabs on their own

Original post: 
Sharing Custom Tabs in The Ribbon UI

Applications

Create Office Business Applications Using Excel Services and Open XML Formats

May 6, 2008 by Staff · Leave a Comment 

Excel Services + Office Open XML File Format = powerful Office Business Applications that require no client code installation.

See original here:
Create Office Business Applications Using Excel Services and Open XML Formats

Applications

Office Business Application for Sales Proposal Document Management

February 9, 2008 by Staff · Leave a Comment 

Learn how to use the Microsoft Office platform to create a custom solution that allows multiple users to collaborate on the creation of a sales proposal response document.

Here is the original post: 
Office Business Application for Sales Proposal Document Management

Applications

Building Office Business Applications Using Visual Studio Tools for the Office System (3.0)

January 8, 2008 by Staff · Leave a Comment 

Learn how to take advantage of Visual Studio 2008 to easily build and deploy customized Office Business Applications.

Original post:
Building Office Business Applications Using Visual Studio Tools for the Office System (3.0)

Applications

Office Business Applications: Pricing Exception Management

January 7, 2008 by Staff · Leave a Comment 

Learn to implement an internal Price Exception Management solution. Examine how you can use Office Business Applications to establish interoperability between SAP and the 2007 Microsoft Office system.

See the original post here: 
Office Business Applications: Pricing Exception Management

OfficeDeveloper.NET