I have a project created with VC2010 and the initial layout is almost ideal, it has a CFileView and a CClasView in a tabbed bar on the left and a CPropertiesWnd on the right.
But for my project these windows need to say where they are and not be moveable, I want to fix them in place. But I can't find out where/how to do that. If I right click in these windows I get the menu for docking, autohide etc. I'd like to disable these options, but how?
I preferably like to actually disable them, but if I can just disable the menu that might be useful alternative.