--- In [email protected], "p.renfrew" <p.renf...@...> wrote:
 
> Rainlendar adds this:
> 
> case WM_WINDOWPOSCHANGING: {
>  ...
>  LPWINDOWPOS wp=(LPWINDOWPOS)lParam;
>  wp->flags|=SWP_NOZORDER;
>  ...
> }

... but wrapped in a bool flag check to ensure that it isn't trying to set the 
position itself of course..


Reply via email to