Einzelnen Beitrag anzeigen

shmia

Registriert seit: 2. Mär 2004
5.508 Beiträge
 
Delphi 5 Professional
 
#5

Re: Prüfen, ob PowerPoint >= XP installiert ist

  Alt 6. Feb 2007, 16:41
Delphi-Quellcode:
function IsPowerPoint11Installed: Boolean;
begin
  Result := ProgIDExists('PowerPoint.Application.11');
end;
Für die Funktion ProgIDExists siehe: http://www.delphipraxis.net/internal...ct.php?t=82649
Andreas
  Mit Zitat antworten Zitat