Joe's Blog
Adventures in Windows Presentation Foundation and Silverlight at Veracity Solutions
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
RSS for Comments
Search
Go
Tags
.NET
Books
Composite UI
Design Patterns
NORMA
Personal
Programming
Screencast
Silverlight
Software
VSTO
WCF
World of Warcraft
WPF
WSIT
Community
Home
Blogs
Media
Wikis
Groups
Archives
January 2010 (1)
November 2008 (4)
October 2008 (1)
August 2008 (3)
December 2007 (1)
September 2007 (1)
August 2007 (2)
July 2007 (2)
June 2007 (1)
May 2007 (6)
April 2007 (9)
March 2007 (9)
February 2007 (1)
January 2007 (1)
November 2006 (2)
October 2006 (6)
July 2006 (1)
February 2006 (4)
September 2005 (2)
July 2005 (5)
June 2005 (2)
May 2005 (2)
March 2005 (3)
February 2005 (1)
Programming
Windows Programming
Code Project
.NET 3.x
Bloggers
Aaron Skonnard
Fritz Onion
Don Box
Chris Sells
Chris Anderson
Buisnesses
Jerry's Plumbing Specialties
Student Bloggers
http://www.neude.net
http://www.vyrotek.com
July 2007 - Posts
7
Comments
Using WPF With VSTO & Office 2007
by
Joe
Hosting Windows Forms controls in Office 2007 Custom Task Pane's is pretty simple, as shown in this MSDN article . I created a simple addin to display a list of image files in a given folder so that the user can double-click on the file name (in a ListBox...
Filed under:
WPF
,
VSTO
0
Comments
Querying Excel Files Using ADO.NET
by
Joe
Recently I needed to query an excel file and import that data into a database. I could not immediately recall how to accomplish this, so with a bit of searching I found the connection settings that I needed. Bellow is a code snippet that can be used to...
Filed under:
Programming
,
.NET