Hi,
You can do a similar thing now, using the same tool , just define a symbol
using #define and then use #if , #else, etc
Not a very clear solution I think.
You should think something more oo
> Hi all
> I want To Define in C# sections that will run only in one Mode
[quoted text clipped - 12 lines]
> (I remmber that in visual studio 6 c++ I could define running areas
> and in the debug choose what area to run on.)