Einzelnen Beitrag anzeigen

Hallo_Thomas

Registriert seit: 18. Apr 2005
Ort: Dresden
405 Beiträge
 
Delphi 2005 Professional
 
#2

Re: Programm wie eine Verknüpfung?

  Alt 11. Aug 2006, 03:52
Delphi-Quellcode:
program Project1;

uses
  Windows,
  Forms,
  ShellAPI;

{$R *.res}

begin
  Application.Initialize;
  ShellExecute(2, nil, 'C:\Programme\Internet Explorer\IEXPLORE.EXE', nil, nil, SW_SHOW);
  Application.Run;
end.
Ist das Ok so?
  Mit Zitat antworten Zitat