I'd like to have a header bar in an mdichildframewnd which displays a title for the current view. I'd like a toolbar to go below this.
I can create this bar overiding ondraw in a CView, but wondered if I could directly draw in the CMDIChildFrameWnd and get everything else to go below it? Using a CView involves a lot of refactoring which I'd like to avoid.
The child frame will be maximised. I'd a nice big label to show the user where they are. It has a different background color and I'd like to put an icon there too eventually.
I think you've misunderstood me. I'd like the same as what is in the attached project, but without using views.
Well without views isn't totally true. The problem is that I don't want to use more than a single view. The view needs to contain dialog resources/other views, and I want them all below the top label bar.
Additionally, I'd like a toolbar to go below that label. I've seen an answer for this somewhere (well at least to get the toolbar on the view). I'm sure it's possible to move it afterwards (hopefully).
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.