Author Archives: Chris C

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

Use Fun Addresses when Demoing your Software

Next time your entering data for a software demo try spicing it up and sneak some your famous real or fictional addresses.  Often you can’t use the fictional state/province but the street addresses are easy to sneak into a demo, … Continue reading

Posted in Fun | Tagged | Comments Off on Use Fun Addresses when Demoing your Software

Save Your Envrionment

Do you remember VB Commenter?  Probably not because all the cool kids, like you, where using C# so you had no need for it.  See, way back in the Visual Studio 2003 era only .NET’s favorite child, C#, had support … Continue reading

Posted in Uncategorized | Tagged | Comments Off on Save Your Envrionment

Building for Both 32 and 64 Bit Architectures

My latest task has been getting Mini-Compressor to work on Windows 7.  In the end no code changes are actually required to get Mini-Compressor working on Windows 7 but the installer required a bit of work.  The amount of work … Continue reading

Posted in Uncategorized | Tagged , | Comments Off on Building for Both 32 and 64 Bit Architectures