Releasecapture;
Perform(WM_SYSCOMMAND, SC_MOVE + 1, 0);
Sæt det på OnMouseDown
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GED d- s: a--- C++ W++ w PS X+ tv+ b D G e- h! !r z--
------END GEEK CODE BLOCK------
procedure TForm1.Button6MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
begin
Perform(WM_SYSCOMMAND, SC_MOVE + 1, 0);
end;
end.
Der sker intet