Maybe I can think about a template, but as a bloody C#-n00b (just started reading "Programming in the key of C#" from Petzold) I have no idea what behaviour #region shows...
Edited by - WannabeeDeveloper on Jun 04 2005 02:46:59 AM
the only behaviour i know of in C# is that this marks a block of code that can be hidden by the IDE's outlining feature. you can name your hidden blocks by placing a comment at the end of the #region line.
personally i suspect this is a bit outside of VA's scope, especially in VC6 only.