Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

17 Apr 2007

Get hexadecimal RGB value from System.Drawing.Color

Here’s a simple function that returns the hexadecimal RGB value of a System.Drawing.Color private string ToHexadec...
07 Apr 2007

Programming .NET Components

I couple of weeks ago i got a copy of Programming .NET Components… I can only suggest to read it yourself because...
05 Apr 2007

DataGridView to Excel

The CarlosAg Excel Xml Writer Library does not require Excel in order to generate Excel Workbooks. I already presented a...
29 Mar 2007

Developer & IT Pro Days 2007

Last days i’ve visited a couple of interesting sessions at the Developer & IT Pro Days 2007. All in all the ev...
24 Mar 2007

Simulate AutoIncrement

Earlier today someone asked the following I'm trying to move selected data from one table to another. The following work...
19 Mar 2007

Little INotifyPropertyChanged helper

Most implementations of INotifyPropertyChanged look as following (notice that you have to make sure that the hardcoded P...
22 Feb 2007

Presenting the SortableBindingList<T>

If you are databinding your custom objects (in a Bindinglist of ) to a DataGridView you will notice that the users can&r...
07 Feb 2007

Don't wait until the DateTimePicker has lost focus to write back the values

Drag a TextBox and a DateTimePicker control on a Form and databind them to a DateTime property, eg public partial class ...
04 Feb 2007

Control the order of Properties in your Class

Sometimes you want to manipulate the order in which properties are used for databinding. Eg: If you drag and drop an obj...
29 Jan 2007

About the Wow, i removed Vista from my harddisk, experience

A couple of weeks ago i decided to install Vista Ultimate… Despite the marketing efforts my only Wow experience w...