在
在心
Unregistered / Unconfirmed
GUEST, unregistred user!
为什么执行了这段代码之后,我的鼠标还一定要在我的mouse up之后才会变呢?
procedure TForm1.FormMouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
begin
form1.Cursor:=crcross;
end;
不要多想别的,以上是我给我的application所加的唯一的一句话了!
procedure TForm1.FormMouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
begin
form1.Cursor:=crcross;
end;
不要多想别的,以上是我给我的application所加的唯一的一句话了!