Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

06 Jul 2007

About Authorization

Yesterday i visited an evening session about authentication and authorization at Compuware (Yes, i’ve got interest...
26 Jun 2007

About additional precision and unpredicted behaviour...

Earlier today someone posted the following code float a = 0.12f; float b = a * 100f; Console.WriteLine((int) b); // prin...
10 May 2007

Improvements for the SortableBindingList (and TypedList)

I found out that the sorting didn’t work for ‘Expression’ properties. My first thought was to add anot...
09 May 2007

About .Net events in Belgium

Earlier this evening i visited “Visual C++ ‘Orcas’ and a Microsoft C++ Strategy”, an MSDN Belux ...
08 May 2007

Presenting the ExpressionDescriptor

A couple of days ago i presented you the TypedList which supports navigation through subproperties. Another common featu...
05 May 2007

Presenting the TypedList<T>

A while ago i presented the SortableBindingList. One of the nice features you get with DataSets is that you can use rela...
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...