Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
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 The first thing i do is define a delegate ...
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...
← Prev page
Next page →