-
Building Better Buttons in Expression Blend
A beginner's guide to building robust, scalable, and easily editable buttons.
-
Personal Wave Recorder
DSP chains, Complex Fourier, ACM, Visualizers, EQ, Custom controls.. the works
-
Writing a P2P Snippet sharing Extension for Visual Studio 2010 (VSX 2010)
CodeXchange is a simple Visual Studio extension which allows you to create, edit and share snippets with your peers without leaving the Visual Studio 2010 IDE.
-
Context Sensitive History. Part 2 of 2
A Desktop and Silverlight user action management system, with undo, redo, and repeat; allowing actions to be monitored, and grouped according to a context (such as a UI control), executed sequentially or in parallel, and even to be rolled back on failure.
-
Create singleton with parameters in constructor
This article describes how you can create singletons which uses a constructor with one or more parameters.
-
Windows Ribbon for WinForms, Part 11 – DropDownGallery, SplitButtonGallery and InRibbonGallery
In this article I'll present how to use the ribbon drop down gallery, split button gallery and in ribbon gallery controls.
-
An S/MIME Library for Sending Signed and Encrypted E-mail
Send signed and encrypted e-mail in accordance with RFC 2633
-
Embed Python in MFC Dialog
Demo to show use of Python Interpreter to evaluate methematical expressions
-
Automatically Install Multiple CAB Files to a Windows Mobile/Pocket PC Device
A solution that uses threading and ActiveSync to automate the process of installing multiple CAB files to a Windows Mobile or Pocket PC device
-
Truncate Log File in SQL Server 2005
A tool that facilitates the truncation of SQL log file
-
BigInteger Library
A .NET 2.0 library for the 64 bit optimized handling of very large integers, up to 10240 binary digits or approximately (safe to use) 3000 decimal digits
-
Your First Step to the Silverlight Voice/Video Chatting Client/Server
What you should to do to Create your own Silverlight Voice/Video chatting system
-
C# Date Time Parser
Parsing date and (or) time from a string.
-
Site Map Web Part for Microsoft Office SharePoint Server (MOSS)
Displays the site structure in a hierarchical tree that is expandable and collapsible
-
Managed Bitmaps 2
This article presents classes that represent bitmaps in full managed code.
-
Web-Cam SecureChat
This article will explain how to create a simple chat program using this remoting technology, which supports web-cam and sending files.
-
Windows Ribbon for WinForms, Part 10 – Working With Images
In this article I'll present how to work with images in the ribbon.
-
Multi-Threaded ObservableCollection and NotifyCollectionChanged Wrapper
These classes should solve the multi-threaded issues plaguing the INotifyCollectionChanged classes for good.
-
Generate automated builds for source code from multiple branches using Team Foundation Server and Team Builds
Generate automated builds for source code from multiple branches using Team Foundation Server and Team Builds
-
Enable MultiSelect in WPF ListView (2)
Make your ListView support item selection by dragging,