Monday, July 14, 2008

Managing your code into Regions

Separate code with regions:
#Region "print functions"
  'place all related subs, functions, etc here.
#End Region


Why use Regions? Simply put, regions just allow you to organize your code. They provide no functionality or interact with the rest of your code. Regions allow you to separate code and collapse the regions.

No comments: