How To Build Docked Windows in Visual C++ 2003
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi -- I'm building a GUI application in Visual C++ 2003 using the drag-and-drop Windows Forms toolbox. Does anyone know a way to build docked windows/forms (tabbed windows) into an application? I'm aiming for a look similar to the docked windows in, for example, visual studio. Is there are way to do this within the drag-and-drop windows forms builder in visual c++, or do I have to write a lot of windows forms code? Thanks in advance! webHamlet