Actually this was sitting in my "to blog" queue for a while, a simple code snippet that's saved me some time in a Windows Forms application.
I found myself typing the code below twice in a twenty minute span when the Code Snippet bell rang. Nothing clever or complicated, but a timesaver and something I need to remember that's available in my Code Snippet list. Every so often I need to remind myself of the Code Snippets available in VS2005 but more importantly, the snippets I wrote specifically for my own use. No good creating snippets if you forget you wrote them.
Here's
the snippet source if interested. The generated snippet is below followed by the appearance of "frm" in the intellisense list to trigger the Snippet.
Technorati Tags: Code Snippets, .NET