Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Contact
Posts
19
Dec 2006
Drag and Drop Microsoft Office Outlook Contacts on your WinForm
Earlier today i saw someone that wanted to know how to drag and drop Microsoft Office Outlook Contacts on his winform (a...
18
Dec 2006
A DateAndTimePicker control
The DateTimePicker control allows the user to input a Date or a Time. The problem is that you can’t let the user p...
18
Dec 2006
Looking up the MediaType of a given Logical Drive
Earlier today i saw someone asking how he could find out the MediaType of a given logical drive. The easy solution would...
17
Dec 2006
Simple OutlookBar Control
Earlier this evening i wanted to experiment with the ToolStrip class so i decided to design a simple OutlookBar Control ...
16
Dec 2006
Pondering about the difference between abstract classes and interfaces
Back in May i was asked to explain the difference between an interface and an abstract class at a job interview. Obvious...
14
Dec 2006
Helper methods for DateTime
Here are a couple of methods that help you with the manipulation of DateTime structs: Code: csharp/DateTimeHelpers.txt
13
Dec 2006
What goes up must come down...
What goes up must come down… So you might think that after each CellMouseDown event you recieve a CellMouseUp eve...
25
Nov 2006
Master-Slave for databound ComboBoxes
In most examples on the Internet you’ll find that the Master has a property that returns the allowed Slaves. Here&...
23
Nov 2006
A better look at the Foreach statement
Earlier this week i was a bit surprised that the following code compiled without errors or warning messages. I expected ...
04
Nov 2006
Querying Active Directory
A while ago i wanted to figure out which demo accounts i had already created in my Active Directory. Since i was smart e...
← Prev page
Next page →