![]() |
CXTPTabClientWnd problems! |
Post Reply
|
| Author | |
Razr
Newbie
Joined: 15 July 2004 Location: Russian Federation Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPTabClientWnd problems!Posted: 26 April 2005 at 5:57am |
|
In my old MDI application i'm use CXTMDIWndTab! This class has: GetFrameWnd(i) GetItemCount() - i'm can use this method and get CChildFrame windows. Now, i begin rewrite this app with use CXTPTabClientWnd... How i can get analog this method in this class ? How i can get all my CChildFrame attached with CXTPTabClientWnd ?? |
|
|
Hi all !!! :-)))
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 April 2005 at 1:25pm |
|
// start enumerating from currently active MDIChild CChildFrame* pChildWnd = m_wndMDITabWindow.GetWindow(GW_CHILD); // enumerate all child windows while (pChildWnd) { pChildWnd = (CChildFrame*) pChildWnd->GetWindow(GW_HWNDNEXT); }
:)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |