Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

05 Aug 2006

Inserting pause to your Console Applications

When i write Console Applications i find myself to write the following two lines quite often Console.Write("{0}Press...
23 Jul 2006

eID with .NET

When i started working (already 3 weeks ago) i recieved a laptop. Friday i discovered that this laptop has a Smart card ...
26 Jun 2006

Windows Multimedia Video Capture

On my computer the WIA (Windows Image Acquisition) API is SLOOOOOW. So i decided to give the Windows Multimedia Video Ca...
24 Jun 2006

Windows Image Acquisition

Earlier today i decided to toy around with my webcam. A couple of websearches later i ended up at WIA (Windows Image Acq...
20 Jun 2006

Experimenting with LINQ Preview (May 2006)

Today i downloaded and installed LINQ Preview (May 2006). Well, that was the plan anyway: A couple of minutes later i fo...
18 Jun 2006

A TableModel for Entity Beans

For my graduation project i needed a component that could display a list of Entity Beans. I found that JTable is such a ...
14 Jun 2006

BBCode for Graphics2D

For my graduation project we needed the ability to print a couple of bills etc. Printing lines was pretty simple with th...
12 Jun 2006

Couple of screenshots of my graduation project

Here are a couple of screenshots of my graduation project i’ve been working on last couple of weeks. The GUI is bu...
31 May 2006

Printing an array of strings

Yesterday i’ve been experimenting with Printing on the Java Platform. I needed to generate a printout of ordered m...
30 May 2006

Building a chain of responsibility with delegates

Imagine that you have to write a function that verifies if there is a license available for a given clientID. Suppose th...