Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - AnimateWindow and WM_PRINTCLIENT
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

AnimateWindow and WM_PRINTCLIENT

 Post Reply Post Reply
Author
Message
naggerman View Drop Down
Newbie
Newbie


Joined: 21 January 2004
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote naggerman Quote  Post ReplyReply Direct Link To This Post Topic: AnimateWindow and WM_PRINTCLIENT
    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?

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: 10 February 2004 at 12:25am

Call after AnimateWindow

AfxGetMainWnd()->RedrawWindow(NULL, NULL, RDW_UPDATENOW | RDW_ALLCHILDREN | RDW_FRAME |RDW_INVALIDATE | RDW_ERASE);

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.203 seconds.