VC++ 6 ResourceView Tab not visible

  • Thread starter Thread starter Mike C#
  • Start date Start date
M

Mike C#

Hi all,

I'm trying to add a version resource to an existing VC++ 6 program, but am
having trouble because the ResourceView Tab is not showing up. I do get the
ClassView and FileView tabs. Is there a way to force the ResourceView tab
to show up, or to access it from another menu?

Thanks
 
Mike C# said:
Hi all,

I'm trying to add a version resource to an existing VC++ 6 program, but am
having trouble because the ResourceView Tab is not showing up. I do get
the ClassView and FileView tabs. Is there a way to force the ResourceView
tab to show up, or to access it from another menu?

Thanks
It's been a long time since I've used VS 6, but here's a shot in the dark.
You should have a file in Solution Explorer, err File View, with the
extension .rc. Try double-clicking on that file and see if the RV tab
appears.
 
pvdg42 said:
It's been a long time since I've used VS 6, but here's a shot in the dark.
You should have a file in Solution Explorer, err File View, with the
extension .rc. Try double-clicking on that file and see if the RV tab
appears.

Thanks, been a while since VS 6 for me too but they're making me use it
instead of VS 2005 here. There wasn't an .rc file, so I added one and
voila! The RV tab appeared :) Thanks again!
 
Back
Top