Sunday, June 27, 2004

Auto Complete Run-like Combo Box

Everybody that uses Windows is familiar with the functionality of the Start-->Run dialog that allows a user to enter the name of an application or document and quickly launch it.

This bit of code contains an extended combo box that implements all of the auto complete and memory capabilities of the Run dialog

See this content on www.pocketnerd.net -->

Saturday, June 26, 2004

Excel C# Custom File Properties

Sample code that shows how to get and set Custom File Properties using C# in an Excel Spreadsheet

See this content on www.pocketnerd.net -->

VS.NET Wizard Overview

Wizards are probably one of the most widely used tools within the Visual Studio.NET IDE. This article goes into detail to explain how VS.NET wizards work as a pre-cursor to future articles that look at how to create custom Wizards and extend the Wizard Framework.

See this content on www.pocketnerd.net -->