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

Old "Wizard Bar" from VC6 on the toolbar?
SXUgomper
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've always seen this. I don't see an option anywhere that enable/disables this.
Brian