AnimateWindow and WM_PRINTCLIENT |
Post Reply |
Author | |
naggerman
Newbie Joined: 21 January 2004 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 09 February 2004 at 4:47pm |
The command bars do not implement the WM_PRINTCLIENT message. I am using the AnimateWindow function on my FrameWnd to hide and show the application. After using AnimateWindow to show the application the command bars are all black. Will you implement WM_PRINTCLIENT which is needed by AnimateWindow in future releases? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Call after AnimateWindow AfxGetMainWnd()->RedrawWindow(NULL, NULL, RDW_UPDATENOW | RDW_ALLCHILDREN | RDW_FRAME |RDW_INVALIDATE | RDW_ERASE); |
|
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 |