I have code snippets that I use often. How can I manage them so I can easily used them?
In Visual Studio, you can store commonly used code snippets on a tab (other than the Clipboard ring) in your Toolbox. You use drag and drop techniques to move the snippets to the Toolbox. To later use a snippet in your code, you drag it from the Toolbox and drop it into your code.
Contributed from George Shepherd's Windows Forms FAQ