User kokos answered the wonderful Hidden Features of C# question by mentioning the using keyword. Can you elaborate on that? What are the uses of
using
Another great use of using is when instantiating a modal dialog.
Using frm as new Form1 Form1.ShowDialog ' do stuff here End Using