Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

29 Aug 2007

Using DateTimePicker and Custom Format

Today we ran into a nasty problem with DateTimePickerFormat.Custom. We allow the user to input a month/date with a DateT...
26 Aug 2007

ClickOnce Deployment is not user-friendly!

Today i was experimenting with ClickOnce Deployment. Some people have warned for the elevation of permissions: Be aware ...
25 Aug 2007

WordPress: Import Blogroll from Sage

Earlier today i exported the list with blogs i read from Sage and tried to import them into WordPress. Although all the ...
21 Aug 2007

Bending the code generation of IExtenderProvider to your will

In Exploring CodeDomSerializer i already explained how we can modify the code that the Visual Studio designer generates ...
17 Aug 2007

Exploring CodeDomSerializer

Sometimes we want absolute control over the code that the visual studio designer generates. Imagine that we have a UserC...
17 Aug 2007

StreamHelper

The following is an example of a classic mistake for people that read from a Stream Basically I think I've discovered a ...
11 Aug 2007

List string resources

Earlier today someone asked how he could list the string resources (name, value and comment) in a Resource file. Here is...
10 Aug 2007

Debugging custom UITypeEditors

If you read this you’re probably gonna think: What a moron! Anyway, i’m sharing this in the hope that i&rsqu...
07 Aug 2007

Helper methods for DbProviderFactory

Here are a couple of functions that make it easier to take advantage of the DbProviderFactory to create DbConnections pu...
04 Aug 2007

Professional SQL Server 2005 Reporting Services

Last couple of days i’ve been reading Professional SQL Server Reporting Services. Today i wanted to display some i...