Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
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 Here is a possible answer: (Don’t forget to wrap these queries in a tran...
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...
27
Jan 2007
Presenting the DataGridViewLargeTextBoxCell
Today i decided to experiment a bit with custom DataGridViewCell implementations. If you insert large text into a DataGr...
21
Jan 2007
About Thread-Safe GUI...
If you’re writing windows applications you’ll most certainly recognize the following piece of code private d...
20
Jan 2007
Reading and writing unmanged structs from binary files
I still remember one of the first tasks during my internship (At a software shop that still used Visual Studio 6 as deve...
← Prev page
Next page →