Old "Wizard Bar" from VC6 on the toolbar?

I'm coming from VC++ 6 to VC++ 2005, and am trying to find a way to put what was called the "Wizard Bar" in VC++ 6 onto the toolbar in VC++ 2005   I would like a drop-down choice of all my global functions readily available.  I see I can get that list from the "Class View / Global Functions", but that isn't always visible.  Can you put that global function list on the toolbar somehow   I also see that each source code file has a list of available global functions within that file, but I want to see a list of functions from all files in my project.

Thanks for any help,
Mark Beiley
http://www.beiley.com


Answer this question

Old "Wizard Bar" from VC6 on the toolbar?

  • SXUgomper

    Thanks Brian.  I see this, but when I choose "Global Scope" the drop-down to the right of this only lists functions in that current file.  My source code is in plain C, if that matters...

    Mark

  • SRasheed

    Ah, I see what you mean.  I do remember that in VS6 where the dropdowns were project scope (as opposed to just current-file scope).  As far as I can tell, the class view tab is the mode of operation in VS2005...


  • Tanny

    I think the Wizard bar was married with the editor window.  Between the tab bar that shows all open documents and the editor window, you should see a dropdown on the left for the available classes, along with "(Global scope)" and on the right, the methods within the selected scope. 

    I've always seen this.  I don't see an option anywhere that enable/disables this.

    Brian

  • Old "Wizard Bar" from VC6 on the toolbar?