By tag: HowTo
0
kicks
How to use the PowerStatus in System.Windows.Forms.SystemInformation
Derik Whittaker on how to use .net 2.0 to get information about the battery life of your mobile computer & display it to users
0
kicks
Your first Boo control. Office 2007 SupertoolTip.
This is an extremely simple introduction to creating a control with Boo. This article will concentrate on the creation of a SuperToolTip control (Office 2007).
0
kicks
How To: getting started in WPF
This article describes the neccessary steps to start developing in WPF
0
kicks
.NET 1.1 to .NET 2.0 Migration
Peter Laudati answers common questions on how to migrate .NET apps from 1.1 to 2.0. Includes a link to a PPT presentation based on the post.
0
kicks
Inheritance Versus Interfaces
This article describes the advantages of using interfaces over inheritance and how to create a plug and play component in .NET using an interface.