I do not want my window to redraw completely when it gets focus or
loose focus.
How can I avoid redrawing the entire window. I just wish only caption
frame gets redrawn.
Thanks
Anup
That is not the default behavior of windows, only the none client area of
the window is redrawn (basically the border and titlebar).
Are you possibly doing something that cases the window to redraw?
AliR.
"Matrixinline" <anup.k...@gmail.com> wrote in message
news:a84c4303-9221-4aa9...@y10g2000prg.googlegroups.com...
I found the the solution. one need to modify the style of window to
WS_CLIPCHILDREN. it means when the frame gets redrawn it excludes the
client region of window
This is like putting a Band-Aid on a gun shot wound. Don't you think you
should take the bullet out first?
AliR.
"Matrixinline" <anup.k...@gmail.com> wrote in message
news:6d393887-d586-4c25...@u36g2000prn.googlegroups.com...