Question:
How to hide mouse cursor?

Answer:
Simple.
procedure TForm1.Button1Click(Sender: TObject);
begin
ShowCursor(False); // Hide cursor
end;


procedure TForm1.Button2Click(Sender: TObject);
begin
ShowCursor(True); // Show cursor
end;


3 Responses so far.

  1. Anonymous says:

    you can quickly reproduce the sql 2000 server repair process with another utility for data recovery

Post a Comment

Thank you for your comment.

Any request and idea are welcome.

CLICK TO REGISTER