Using AnimateWindow for CEdit
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
HI ALL, Can we use AnimateWindow for CEdit or for Child dialogs. Thanks in Advance
-@SuDhIrKuMaR@-
-
HI ALL, Can we use AnimateWindow for CEdit or for Child dialogs. Thanks in Advance
-@SuDhIrKuMaR@-
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. AlsoAnimateWindow
needsWM_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