This is a wrapper class for System.Drawing.Color, that enables a color to be Serialized and Deserialized
See this content on www.pocketnerd.net -->
Thursday, October 05, 2006
Timed Dictionary
The TimedDictionary provides functionality that is similar to a normal Dictionary except the items within it can expire and be cleaned up
See this content on www.pocketnerd.net -->
See this content on www.pocketnerd.net -->
Friday, March 17, 2006
Generic Name Value Pair
This is a simple class that is used to associate a Name with a corresponding Generic Value and to add Items to ComboBoxes, ListBoxes etc
See this content on www.pocketnerd.net -->
See this content on www.pocketnerd.net -->
Wednesday, March 08, 2006
Sharing Application Settings
This .NET 2.0 bit of code shows how application settings in one assembly, typically an EXE, can be shared with referenced assemblies, typically DLLs.
See this content on www.pocketnerd.net -->
See this content on www.pocketnerd.net -->
Monday, February 27, 2006
Feedback Provider
Sample code that shows how to create a Feedback Provider, similar to an ErrorProvider, that can display Info, Warn, Error, Dirty and Mandatory icons
See this content on www.pocketnerd.net -->
See this content on www.pocketnerd.net -->
Saturday, February 18, 2006
Downloading Webpage Data into an Application
This article looks at how we can enable our website visitors to download data from our webpages to view or manipulate it in their favorite applications. In particular, we are going to look at how we can export individual tables and complete pages to Excel and how we can generate PDF versions of our webpages on the fly.
See this content on www.pocketnerd.net -->
See this content on www.pocketnerd.net -->
Subscribe to:
Posts (Atom)