#region blocks are allowed within methods in C#, but not in VB.
--
David Anton http://www.tangiblesoftwaresolutions.com
Convert VB to C#, C++, or Java
Convert C# to VB, C++, or Java
Convert C++ to C#, VB, or Java
Convert Java to C#, C++, or VB
joecool showed how to set up a #Region so that you can collapse code.
I just wanted to add that if your methods are so large that you need
to collapse code, then it's probably time to refactor some of that
code into separate methods.