Docking dialog bar
-
Hi, I'm writing an Add-In for Visual C++. I want to create a docking dialog bar of my own, that will dock the Visual C++ window (similarly to the class/resource/file view dialog bar that's already there), but have absolutely no idea how to idea. I've seen another Add-In that did it (it's commercial, so that there's no source code). There's an Add-In on this site (WinTabs) which implements a docking tab control. I tried to look for the way it was done, but the code is rather complicated and big. I'm not even sure whether it would work for a dialog bar. Any help would be greatly appreciated Thanks.
-
Hi, I'm writing an Add-In for Visual C++. I want to create a docking dialog bar of my own, that will dock the Visual C++ window (similarly to the class/resource/file view dialog bar that's already there), but have absolutely no idea how to idea. I've seen another Add-In that did it (it's commercial, so that there's no source code). There's an Add-In on this site (WinTabs) which implements a docking tab control. I tried to look for the way it was done, but the code is rather complicated and big. I'm not even sure whether it would work for a dialog bar. Any help would be greatly appreciated Thanks.
For the docking bar see Cristi Posea's class at http://www.codeproject.com/docking/sizecbar.asp.
-
For the docking bar see Cristi Posea's class at http://www.codeproject.com/docking/sizecbar.asp.