Click to See Complete Forum and Search --> : VS 2008 Pro C# question :


xs2ahmed
August 6th, 2009, 06:49 PM
Hello Every one,
Sorry If I am posting question in th worong section, as I couldnt find any other area to be relevant...

I have recently installed VS 2008 Pro, last time I used VS was probably 4 years ago (been working in Java/Eclipse IDE ). If I remember correctly in one of the previous versions of VS we could expand the class to see its members as children of the class in the treeview of the Class view of the Project/Solution..

Now in VS 2008 Pro using C# proj I dont see class memebers when I extend a class..

I know I can see class members in the listbox below the class view tree..

But is it possible to configure it somewhere to see members when I expand a class ???

thanks,

Arjay
August 6th, 2009, 07:07 PM
Click on the View menu at the top of the app, and select 'Class View'.

xs2ahmed
August 6th, 2009, 07:11 PM
Click on the View menu at the top of the app, and select 'Class View'.


I am in the class view already but I need to see class members UNDER the class node.. So that the members appear in the tree..

Arjay
August 6th, 2009, 07:19 PM
At the top of the class view, there is an icon and arrow representing Class View Settings. Click on the arrow and select all that apply.

monalin
August 7th, 2009, 09:57 AM
Members don't appear in the same tree as the class anymore. What you need to do is click left click the class you want to view and the members will show up in another window below the tree.

xs2ahmed
August 9th, 2009, 08:36 PM
Thanks monalin,
I understand that this very feature has been removed for some reasons , thankfully some one understood me question atleast as to what I was saying :-)

Arjay
August 9th, 2009, 09:14 PM
Thanks monalin,
I understand that this very feature has been removed for some reasons , thankfully some one understood me question atleast as to what I was saying :-)Sorry, I haven't used VC6 since 2002 - it's a bit hard to remember the differences.