Code Window Usage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Y2xhcmE=?=

    #1

    Code Window Usage

    Hi all,

    How to make the code window display only one sub procedure instead of
    multiple?
    Just like in VB6.
    Thank you

    Clara

    --
    thank you so much for your help
  • Herfried K. Wagner [MVP]

    #2
    Re: Code Window Usage

    "clara" <clara@discussi ons.microsoft.c omschrieb:
    How to make the code window display only one sub procedure instead of
    multiple?
    Just like in VB6.
    This view is unfortunately not supported.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • rowe_newsgroups

      #3
      Re: Code Window Usage

      On Nov 1, 11:54 am, clara <cl...@discussi ons.microsoft.c omwrote:
      Hi all,
      >
      How to make the code window display only one sub procedure instead of
      multiple?
      Just like in VB6.
      Thank you
      >
      Clara
      >
      --
      thank you so much for your help
      I'm not sure about mimicking the VB6 style, as I never used that
      feature, but here's what I do. I use the outlining functionality of
      the Visual Studio IDE and keep all methods collapsed. Then, when I
      work on a method I simply expand it, which effectively "hides" the
      other methods. Also, if you want to hide groups of methods/fields/
      properties then you can use the #region preprocessor command.

      Thanks,

      Seth Rowe

      Comment

      Working...