Floating view in Visual Studio Style Project
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to create an IDE which should have similar look and feel like Visual Studio itself. For this I created a "Visual Studio Style" Project by usage of AppWizard. Now I am wondering, how to implement "Windows Float" functionality? What I mean exactely? e.g. when you look at Visual Studio's Solution Explorer window, there is a small down arrow in the title bar. When you click on it, a menue opens and you can change the window style to "float". This feature I want to use instead of a non modal dialog, becaue this would be much more flexible. Has anybody an idea, how to implement. Maybe it is also implement in the IDE Framework of the MFC, but I do not know how to activate?? Any ideas? Many thanks