OfficeDeveloper.NET
Msdn

SharePoint Solution using BCS: Part II

December 29, 2009 by Staff · Leave a Comment 

In my initial post on this, I created a read-only application that used a Web service.

View post: 
SharePoint Solution using BCS: Part II

Msdn

Sharepoint 2010 development using bcs

December 25, 2009 by Staff · Leave a Comment 

One of the big features for SharePoint 2010 (and for building OBAs) is the Business Connectivity Services (BCS). I’ve written a few posts on this, but wanted to follow up on these early posts with some additional detail on how to create a solution leveraging web services

Read more from the original source:
Sharepoint 2010 development using bcs

Msdn

New SharePoint 2010 Developer Center on MSDN

October 19, 2009 by Staff · Leave a Comment 

The new SharePoint 2010 (Beta) Developer Center on MSDN is now live. http://msdn.microsoft.com/en-us/sharepoint/ee514561.aspx There is a lot of great information for developing SharePoint solutions. Some of the articles include What’s new in SharePoint…( read more )

Read the original here:
New SharePoint 2010 Developer Center on MSDN

Msdn

Build a Collapsible Task Pane in Outlook – Part 2

September 28, 2009 by Ty Anderson · Leave a Comment 

This entry is part 2 of 2 in the series Build a Collapsible Task Pane in Outlook

In part 1 of this series I gave a (brief) overview of the Outlook Task Pane and provided a couple of links to articles on MSDN that explain how to build one.

Recap – 2 Problems with Task Panes within Outlook

Building a task pane and displaying it within Outlook is easy but as I mentioned in Part 1, there are a couple of problems:

  1. Managing the multiple Task Pane instances, attaching to the Explorer and Inspector windows, and destroying each task pane when its Explorer or Inspector windows closes can be a pain.
  2. The task pane you build does not come with an “collapse” button. You know, the button with a couple of chevrons pointing in the direction it will collapse? You have to add this functionality yourself. It can be done but there are easier methods.

This brings me back to the point of this series, Add-In-Express 2009 (ADX). This tool takes care of Issue #1 and. Issue #2. Yes, ADX costs a few bucks but it’s a time-saver and it reduces development effort. Either one of those is typically reason enough for me to purchase a tool (especially if the client is paying for it).

Quick Overview of the Design for the Collapsible Task Pane

By collapsible, I mean it can be "minimized" so that it resembles the collapsed state of the ToDo Bar. The task pane has a “collapse” button and resides between the mail preview window and the ToDO bar within Outlook Explorer windows.

Here is the design for the sample add-in I will build in Part 3:

Outlook_open

The task pane displays exactly where it should. You can see the collapse button on the upper right-hand corner of the task pane. When the user clicks that button, they will see something like this image:

Outlook-collapsed

In this collapsed-state, only a vertical bar displays with an “expand” button. Clicking the expand button will return the task pane to its open state.

Preview of Part 3

Next-up, I’ll dig into the code and actually build the add-in. Also, I’ll decide on what to display within the task pane besides a lame button. Not to worry, I’ll think of something useful to put there and it will be code you can steal…put to use today.

Msdn

Office Developer Resources Ribbon Tab Add-in

July 20, 2009 by Staff · Leave a Comment 

Install a custom tab in Word 2007 that contains links to developer resources on the Office Developer Center on MSDN. The tab provides one-click access to the how-to articles, videos, code samples, SDKs, and product information of most importance to Office developers.

Read more from the original source: 
Office Developer Resources Ribbon Tab Add-in

Msdn

Retrieve SharePoint List Data with XLINQ using VS 2010 Beta 1

June 17, 2009 by Staff · Leave a Comment 

One of the key things you’ll likely want to do with SharePoint is interact a lot with lists.

See the rest here: 
Retrieve SharePoint List Data with XLINQ using VS 2010 Beta 1

Msdn

Another Office Customization with Beta 1 – Excel Add-in with Custom Task Pane

June 2, 2009 by Staff · Leave a Comment 

I recently downloaded the Visual Studio 2010 Beta 1 and have been playing around with the different features for Office Business Application development. For the public Beta 1, you’ll be limited to the 2007-centric templates (e.g. Excel 2007 Add-in, Word 2007 Document, etc.), but the nice thing is that if you’re familiar with these templates when future Betas are released you’ll already have had a chance to get experience with the Beta 1

See the original post here: 
Another Office Customization with Beta 1 – Excel Add-in with Custom Task Pane

Msdn

Announcing MSDN Code Search Preview: Find Code Samples on MSDN

April 27, 2009 by Staff · Leave a Comment 

MSDN Code Search Preview to search for code samples across the MSDN Library, MSDN Code Gallery, and CodePlex. Take advantage of advanced filtering, filter by language, and more to help you find code samples.

View post:
Announcing MSDN Code Search Preview: Find Code Samples on MSDN

Msdn

Azure Services Platform Developer Center

April 10, 2009 by Staff · Leave a Comment 

Visit the MSDN Azure Services Platform Developer Center for a full collection of developer resources.

Original post:
Azure Services Platform Developer Center

Msdn

Web Services and SharePoint: How do I do it?

February 7, 2009 by Staff · Leave a Comment 

When building an OBA, you’re often going to want to either integrate with the native Web services for SharePoint (when I say SharePoint, in this instance I’m referring to both the WSS and the MOSS services) or you’ll want to create your own custom services.

Original post: 
Web Services and SharePoint: How do I do it?

Next Page »

OfficeDeveloper.NET