Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

03 May 2007

Exploring DataGridViewComboBoxColumn databinding (part2)

A while ago i wrote about Exploring DataGridViewComboBoxColumn databinding using Business Objects. Some people asked me ...
29 Apr 2007

Presenting the MultiPanel

A while ago i was thinking that i would be nice to have a control that exposes multiple designer panels, but only shows ...
27 Apr 2007

Performing long running tasks in a Windows Application

A while ago i blogged about Thread Safe UI. Today someone asked the following On a form i have a datagridview and two bu...
26 Apr 2007

Get the complement of a Color

Here is a simple function that returns the complement of a given Color public static void GetComplement(Color color) { r...
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...