where i can find single view?

  • Thread starter Thread starter Tark Siala
  • Start date Start date
T

Tark Siala

hi
where i can find single view of any Sub or Function
in VS.Net 2003 (like vb6)?
 
Tark Siala said:
where i can find single view of any Sub or Function
in VS.Net 2003 (like vb6)?

This view is not supported.
 
Tark said:
that's bad thing
i hate see all the code in one screen

You could try collapsing all other code to definitions. Then all you see
is the sub/function definition and the one you expand to show code.
 
You could put large numbers of blank lines between your procedure
definitions maybe...
 
Try working with #region
#end region
when the region is clossed by saving it remains closed by opening the file


Tark Siala said:
nice idea
;)

======================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top