Visual Studio 2013. C++.

Created a blank, SDI MFC app.

I added a new CMFCToolBar (by hand, didn't use a wizard)

It docks OK. The commands work OK. It renders OK. No problems there.

In the code, attempting to set the window text of this toolbar has no effect. The title bar text is always "Standard". I triple triple triple checked to make sure I don't have any resource ID conflicts. In a small app as this, it was pretty easy to verify this.

The toolbar also does not show in the menu illustrated in the screenshot. (The bottom, undocked toolbar should be titled "My Page Bar" and I think it should show up in the popup menu.)
ToolBarIssue.jpg

I know I'm probably missing a simple step somewhere, but I haven't seen it. It looks like its getting mixed up with the Standard Toolbar resource ID somewhere but I could see nothing in the .rc or resource.h files. A search yielded a few results with similar problems, but I've had no luck finding out what I'm missing.

Hope someone can help.