Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi xp taschenrechner öffnen (https://www.delphipraxis.net/34474-xp-taschenrechner-oeffnen.html)

tobiasw 23. Nov 2004 17:01


xp taschenrechner öffnen
 
hi,

wie kann ich es denn machen das sich der Windows xp plus taschenrechner öffnet?

moritz 23. Nov 2004 17:04

Re: xp taschenrechner öffnen
 
Wer? Ich kenn nur den Windows Taschenrechner

Sprint 23. Nov 2004 17:04

Re: xp taschenrechner öffnen
 
Delphi-Quellcode:
uses ShellAPI;
Delphi-Quellcode:
  ...

  ShellExecute(0, 'open', 'CALC.EXE', nil, nil, SW_SHOWNORMAL);

...

tobiasw 23. Nov 2004 17:11

Re: xp taschenrechner öffnen
 
danke es geht


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:23 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