Thema: Delphi Problem mit ShellExecute

Einzelnen Beitrag anzeigen

Benutzerbild von LoRd-MuldeR
LoRd-MuldeR

Registriert seit: 9. Okt 2005
Ort: Somewhere over the Slaughterhouse
132 Beiträge
 
Delphi 7 Professional
 
#5

Re: Problem mit ShellExecute

  Alt 24. Okt 2005, 19:36
Zitat von Dj_Base:
Hi!
ShellExecute(Application.Handle, nil, 'mailto:text@text.de', nil, nil, SW_SHOW);
Das würde einen "Neue Mail verfassen" Dialog im Standard-Mailprogramm aufrufen. Weiß nich, ob es das ist, was er machen will. Wenn ja, sollte es auf diese Weise aber funktionieren.

BTW: IMO sollte es aber immer noch 'open' anstatt nil heißen...

Zitat:
open
Opens the file specified by the lpFile parameter. The file can be an executable file, a document file, or a folder.
  Mit Zitat antworten Zitat