I'm using this API to move my windows with an lbuttondown event:
Code: Select all
ReleaseCapture_()
SendMessage_(WindowID(), #WM_SYSCOMMAND, #SC_MOVE + #HTCAPTION, 0)
But I want ,that my windows moves only in one direction (Up/Down).
Is anybody knowing a way to do it ?

