Monthly Archives: April 2010

The Taxman

Well, it’s that time of year in the SaturdayMP basement… The tax deadline for filing 2009 personal taxes in Canada is April 30.  We’re slowly gathering dusty papers to send to our accountants, the fine folks at Every Bean Counts … Continue reading

Posted in Uncategorized | Tagged , | Comments Off on The Taxman

SaturdayMP to-do list

Laundry Payroll Payroll Create Secret Project Laundry Enjoy summer Laundry Test Secret Project Payroll Update News/blog re: Secret Project Start Super-secret project Oil change Laundry Payroll Finish Super-secret project Change Furnace Filter Laundry Yearend Tax stuff Enjoy first snow fall … Continue reading

Posted in Fun | Tagged , , , | Comments Off on SaturdayMP to-do list

Starting Any Method in a New Thread Using .NET

The main problem I encountered was creating a function to accept any function pointer along with an unknown number of arguments.  I got around this problem using the ThreadStart and delegate() features in C# (.NET 3.5).  First off create your … Continue reading

Posted in Code Examples | Tagged , | Comments Off on Starting Any Method in a New Thread Using .NET