T Tark Siala Jul 10, 2005 #1 hi where i can find single view of any Sub or Function in VS.Net 2003 (like vb6)?
H Herfried K. Wagner [MVP] Jul 10, 2005 #2 Tark Siala said: where i can find single view of any Sub or Function in VS.Net 2003 (like vb6)? Click to expand... This view is not supported.
Tark Siala said: where i can find single view of any Sub or Function in VS.Net 2003 (like vb6)? Click to expand... This view is not supported.
C C-Services Holland b.v. Jul 14, 2005 #4 Tark said: that's bad thing i hate see all the code in one screen Click to expand... 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.
Tark said: that's bad thing i hate see all the code in one screen Click to expand... 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.
L Larry Lard Jul 14, 2005 #5 You could put large numbers of blank lines between your procedure definitions maybe...
J JR Jul 31, 2005 #7 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 ====================================== Click to expand...
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 ====================================== Click to expand...