C# Missing References
If you are getting an error like “The type or namespace name does not exist in the namespace” you may have found yourself tweaking the references or the using statements
Technology + Photography
If you are getting an error like “The type or namespace name does not exist in the namespace” you may have found yourself tweaking the references or the using statements
A recent project caused me grief until it dawned on me what the problem and the fix was. The GridView has a height property value and if it’s changed from
There’s a problem when editing the DataGridView. Problem: The pencil glyph icon in edit mode wouldn’t go away. Here’s the situation and the solution. Solution: If the property Virtual is
An application I wrote to compare values in the rows of two datagridviews, set side-by-side, will hide rows if no difference is found; which then leaves just the rows that
Well, something stumped me. But figured it out … As part of my C# console application, I wanted to print out the version (Major.Minor.Revision) as part of the help output