You might want to look at WM_SYSCOMMAND with a SC_MOVE or SC_SIZE in wParam.
Also take a look at WM_WINDOWPOSCHANGING.


----- Original Message -----
From: "Rama Krishna" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 07, 2002 3:38 PM
Subject: Re: [DOTNET] prohibit window from moving by mouse


> In order to fix resize flicker handle other WM_NCHITTEST cases like
> HTBORDER, HTSIZE. This would not allow the resize.
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to