C#
.Net DataGridview: Change Formatting of the Active Column Header to Track User Location
I bumped into a question on StackOverflow this evening that I felt might make a short post. Accompanying code is available at my Github repo. The guy who posted observed that the standard .net DataGridview control provides a...
C#
Visual Studio: Use Conditional Compilation to Control Runtime Settings for Different Deployment Scenarios
Compile for Distinctly Different Environment Configurations CodeProject NOTE: Source code for the example project in this article can be found at my Github repo. I already understand most of this. Take me straight to the code! I...
C#
Extending C# Listview with Collapsible Groups (Part I)
NOTE: This post is kinda long. However, most of the length is a result of code postings (even after removing some extra stuff). Bear with me! CodeProject I’ve been deep in a project for work for the past two months. Sadly, it is...
No More Results