Hi,
When i developed a VB.NET application i used a very useful directive :
#Region and #End Region.
What is the equivalent under VC.NET ?
thanks a lot,
Alain
--== Alain ==-- - 15 Oct 2006 08:00 GMT
Ok let it be...i found it :-)
> Hi,
>
[quoted text clipped - 6 lines]
>
> Alain
David Anton - 15 Oct 2006 15:20 GMT
The C# #region is more flexible - you can even use it within methods (of
course, that wouldn't say much about your ability to write compact
methods...).

Signature
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C#/VB to C++ converter
Instant Python: VB to Python converter
> Hi,
>
[quoted text clipped - 6 lines]
>
> Alain