Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - How to arrange windows?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to arrange windows?

 Post Reply Post Reply
Author
Message
Yong-Min, Park View Drop Down
Newbie
Newbie


Joined: 20 February 2008
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Yong-Min, Park Quote  Post ReplyReply Direct Link To This Post Topic: How to arrange windows?
    Posted: 20 February 2008 at 12:38am
I want to arrange my child windows.
 
Look at the next code. please.
 
void CMainFrame::OnWindowArrange()
{
 ::SendMessage(m_hWndMDIClient, WM_MDITILE, MDITILE_HORIZONTAL, 0); 
} //This code from RibbonMDISample (ToolkitPro 11.1.3)..
 
it doesn't works in RibbonMDISample (ToolkitPro 11.1.3)
 
But I found the code works well in RibbonMDISample (ToolkitPro 11.2.2)..
 
What's wrong? Tell me the reason, please.
 
Thank you.
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 February 2008 at 1:38pm
Hello,
 
Yes, there was change in our code to fix it. Pleae update to 11.2.2
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.