Click to See Complete Forum and Search --> : Docking tab pages


Nemo
September 16th, 1999, 07:39 AM
Hello,

Could anyone please help me to implement docking tab pages in VC6 + MFC, I saw this kind of control in Delphi/C++ Builder environment and need to implement it in my new project written on VC. More precisely I want to let pages to be draged off tabsheet as popup windows and dock back to this control while dragged over it.

Thank you very much
Serge

Andrushok
September 16th, 1999, 08:41 AM
Hi!

Unfortunately VC++ does not have the similar classes, such as Delphi and C++ Builder. :(

VC++ have 2 ways for using tabs controls.
1) Use CTabCtrl class (sorry, it is possible it is not correct name, I do not know exactly)
2) Use CPropertySheet & CPropertyPage classes.
I do not use first way and can describe using second way, if you are interested in it.

Andrushok.

Gary Grant
September 16th, 1999, 10:01 AM
Go to http://www.codejock.com and download Kirk Stowell's library. It has what you are asking for and much more. You will also need the latest Microsoft SDK to compile the library.