Print Page | Close Window

CXTPTabClientWnd problems!

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=2156
Printed Date: 08 November 2025 at 2:19am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTPTabClientWnd problems!
Posted By: Razr
Subject: CXTPTabClientWnd problems!
Date 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 !!! :-)))



Replies:
Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net