HI,
  Ive just found what I want my application to do. Its the same effect as found in the 'Display properties' -> Effects button.
I want my application to do the same as 'show window contents while dragging'. I dont want the user to have to set this within the Display Properties, but to get my application to have this effect , whether or not this is set within the display properties. Anyone any ideas?
 
It might be a rough idea, but you could try handling WM_SIZING message, and invalidate the view you'd like to be redrawn.  If that gives very poor performance, you can set a timer to make sure you don't redraw more than let's say 10 times per second.

---------
Ehsan Akhgari

www.farda-tech.com
List Owner: [email protected]

[Email: [EMAIL PROTECTED]]
[WWW:
http://www.beginthread.com/Ehsan ]

There are times when we must sink to the bottom of our misery to understand truth, just as we must descend to the bottom of a well to see the stars in broad daylight.
- Vaclav Havel

_______________________________________________
msvc mailing list
[email protected]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for 
subscription changes, and list archive.

Reply via email to