|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
#region in VC.NET ?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 Ok let it be...i found it :-)
--== Alain ==-- wrote: Show quote > 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 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...). -- Show quoteDavid 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 "--== Alain ==--" wrote: > 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 > |
|||||||||||||||||||||||