-
Docking Windows
I am working on a project which deals with ImageProcessing. I want the UI very much similar to the Developer Studio.
The list in the codeguru samples asks for VC++ 6.0. I am working on version 5.0. I want it to be simple as the first window(similar to class view)
gives me the Attributes of the Image(The Currently highlighted window(the second), very similar to the source code window files) .
The third docking window is similar to Debug window where in want use a RichEditText View , so that i can enter the text
for annotation of the corresponding Image .
-
Re: Docking Windows
Hi,
You may want to check "Docking Window"/"Resizable Docking Window 2". It works with VC 5.0.
However, it provides only the resizable control bar functionality - the rest (the CTabCtrl and the child pages) must be implemented by you.
Another thing - don't use CRichEditView, but CRichEditCtrl. Having CView derived windows on control bars can lead to impredictalble results.
Regards,
Cristi
-
Re: Docking Windows
Hi Cristi,
I am sandeep who had put this question across.
Thanks for ur reply. I will try out what u have mentioned and mail u back.
Keep in touch. My email id is [email protected]
cheers
sandeep