Category Archives: Programming

Working with Enum, Enumerated types, Enums, Enum tips

Whenever I work with Enums I find myself googling for the implementation details (aka, “command syntax”). Handling of Enums have improved in recent years, eliminating a lot of copy-n-paste hardcoding. In particular, it’s easy to get meta-level Enum information in C# / … Continue reading

Posted in C#, Programming | 2 Comments

stdole.dll in the GAC

Let’s say you’ve got a utility suite that uses Office Interop for a subset of functionality. Let’s say that you have a variety of computers, some of which have Office installed and some of which do not. Let’s say that you use … Continue reading

Posted in Office, Programming, System/DB Administration | Leave a comment

Barcode generator / Barcode decoder

I’ve used several decent online barcode generators and decoders. These are the best I’m aware of: Generator: http://www.terryburton.co.uk/barcodewriter/generator/  Project site: https://code.google.com/p/postscriptbarcode/ That is purchase cheap viagra why VigRX Plus is considered as over all sexual health enhancer and not just erectile dysfunction … Continue reading

Posted in Programming | Leave a comment

LINQ one-liner to determine selected radio button in group

Here is a LINQ one-liner to determine which radio button inside a groupbox is selected. To use it,  pass the selected RadioButton object to another method for processing. Here is an example: Output Type [*] Excel 2007 [ ] Excel 2003 [ ] … Continue reading

Posted in C#, Programming | Leave a comment