Prev: Combine list view with a tab ctrl
Next: type question
From: neilsolent on 19 Feb 2010 04:12 > Then I guess it's not clear to me what is being shown in the different tabs. To clarify - I don't want to use the tabs to change the view below them. I just want to use the tabs as extra buttons to perform an application-specific function. The buttons don't have to be tab buttons (though they seem to have the right "look and feel" for my app). So the problem really is "how to add some extra buttons to extend the listview" or more generally "how to add extra components" to one of the MFC view classes in a simple way ..
From: neilsolent on 19 Feb 2010 04:13 > Take a look at this and see if it will work for you: > > http://msdn.microsoft.com/en-us/library/bb983705.aspx > > Tom Thanks - will have a look
From: David Wilkinson on 19 Feb 2010 05:55 neilsolent wrote: > To clarify - I don't want to use the tabs to change the view below > them. I just want to use the tabs as extra buttons to perform an > application-specific function. > The buttons don't have to be tab buttons (though they seem to have the > right "look and feel" for my app). > So the problem really is "how to add some extra buttons to extend the > listview" or more generally "how to add extra components" to one of > the MFC view classes in a simple way .. Then how about a CDialogBar? -- David Wilkinson Visual C++ MVP
From: neilsolent on 21 Feb 2010 03:38
> Then how about a CDialogBar? Not used it before, but now you mention it - yes that would do what I need - thanks. |