![]() |
shut down
mit welchen befehl kann ich meinen Computer runter fahren? (Sprache c++ wenn es geht)
|
Re: shut down
Bemüh mal bitte die Forensuche, das hatten wir schon des öfteren und die API Aufrufe sind die gleichen.
|
Re: shut down
Code:
void __fastcall TForm1::Button1Click(TObject *Sender)
{ ExitWindows(0,0); }
Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
begin ExitWindows(0,0); end; |
Re: shut down
Damit dürftes du aber bei 70% aller Windows betriebssystem auf die Nase fallen. In der Code-Lib steht auch warum. ;)
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:16 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