Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Multimedia (https://www.delphipraxis.net/16-multimedia/)
-   -   Delphi Mauscursor (https://www.delphipraxis.net/1217-mauscursor.html)

braingrenade 1. Nov 2002 18:51


Mauscursor
 
Moin Leutz ,


Was kann ich tun damit der Mauscursor bei vollbild-Anwendungen verschwindet(mit delphix)?
Ich hab mir schon überlegt nen durchsichtigen mauscursor zu zeichen aber da muss es doch ne praktischere Lösung geben !

hoffe jemand hat nen Plan !

braingrenade

Sebastian Nintemann 1. Nov 2002 22:03

Hallo!

Den brauchst du nicht selber zu zeichnen, Delphi stellt den Cursor crNone bereit. Also einfach die property cursor deiner Komponenten bei Bedarf auf crNone stellen. Hoffe das hilft dir weiter

Gruß, Sebastian

braingrenade 2. Nov 2002 10:35

Jau , Danke

Ich werd's mal so probieren !

rückGruß

braingrenade

Robert 4. Jan 2003 17:59

Wie wär's mit "ShowCursor (<True / False>);" !?

The ShowCursor function displays or hides the cursor.

int ShowCursor(

BOOL bShow // cursor visibility flag
);
Parameters

bShow

Specifies whether the internal display counter is to be incremented or decremented. If bShow is TRUE, the display count is incremented by one. If bShow is FALSE, the display count is decremented by one.

Return Value

The return value specifies the new display counter.

Remarks

This function sets an internal display counter that determines whether the cursor should be displayed. The cursor is displayed only if the display count is greater than or equal to 0. If a mouse is installed, the initial display count is 0. If no mouse is installed, the display count is -1.


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:36 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz