![]() |
Bug when show child window maximized |
Post Reply
|
| Author | |
brucerain
Newbie
Joined: 13 March 2007 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Topic: Bug when show child window maximizedPosted: 13 March 2007 at 8:21am |
|
Open the GUI_Visual studio_vc8 project and change pMainFrame->ShowWindow(m_nCmdShow); to
pMainFrame->ShowWindow(SW_SHOWMAXIMIZED); You will see that the child window is totally black. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 March 2007 at 12:31am |
|
Thanks.
Change them to
pMainFrame->ShowWindow(SW_SHOWMAXIMIZED);
pMainFrame->RecalcLayout(); |
|
|
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 |