sudhir_Kumar wrote:
Can we use AnimateWindow for CEdit or for Child dialogs.
Depends on the flags that are specified. For e.g. AW_BLEND can be used only with top level windows. Also AnimateWindow needs WM_PRINT, WM_PRINTCLIENT to be properly implemented. Read the docs for more information.
Nibu babu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com