Visual Studio 2005 IDE for C# class & Methods as in VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mnarewec
    New Member
    • Nov 2007
    • 22

    Visual Studio 2005 IDE for C# class & Methods as in VB

    Forgive me if this is a silly question.

    I am looking for the option where you can set so that like in VB you can see the methods of controls you design on the form when you view its code.

    For example in VB if you have a button1 on the form in the design mode. When you in the code mode (Press F7) you will see two drop downs. One for the class and one for the method. If I select the Button1 class in class drop down List then I will be see all its events or methods in its Method drop down list

    In C# you have the Types dropdown list and members drop down list. If I place a button1 I can't see its methods on the dropdown view I view the source (F7).

    Somebody please help.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Visual Studio does not provide that level of support for C# I believe. Kinda makes sense when you think that vb.net came from vb and c# from c++. Consequently I believe that you will to keep another reference handy.

    Comment

    • mnarewec
      New Member
      • Nov 2007
      • 22

      #3
      Thanks. Yep the Refence for each controls members really helped i.e. MSDN.

      lol
      Rei Masi

      Comment

      Working...