![]() |
Mausspur (de)aktivieren
Hi!
turboPASCAL hat ![]()
Delphi-Quellcode:
Aufgerufen wird das Ganze bspw. so:
// Die Function SystemParametersInfo() gibts in der Unit Windows.
uses Windows,... function SetMouseTrail(const MouseTrailState: Boolean): Boolean; var State: Byte; begin if MouseTrailState then State := succ(1) else State := pred(1); Result := SystemParametersInfo(SPI_SETMOUSETRAILS, State, nil, 0); end;
Delphi-Quellcode:
procedure TFormX.CheckBox1Click(Sender: TObject);
begin SetMouseTrail(CheckBox1.Checked); end; Ciao Frederic |
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:21 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz