Hi,

I was wondering if there are any messages that tell you that the task-switch window has popped up. I've tried some things but they don't work. I also wan't to know when it disappears.
I used spy++ (that comes with VC++) to see if there were any messages for it, and found WM_CANCELMODE. But when I put it in my windowproc, it didn't react.
Most apps redraw (cause of a WM_PAINT) after the task-switch window has disappeared, but mine doesn't get that message.
What can I do...

Joren