--> Tricks to hide the cursor in our application. This technique is often used in making a screen saver. | Delphi Tips Trick

For Newbie

Tuesday 15 November 2011

Tricks to hide the cursor in our application. This technique is often used in making a screen saver.

| Tuesday 15 November 2011


To hide use the function:
ShowCursor (False);

Meanwhile, to display it again using the function:
ShowCursor (True);

Related Posts

No comments: