Einzelnen Beitrag anzeigen

Benutzerbild von dahead
dahead

Registriert seit: 16. Mai 2005
620 Beiträge
 
#2

Re: Shellexecute+InternetExplorer+Habe kaum Ahnung

  Alt 25. Jun 2005, 11:58
Hi,

Zum ShellExecute Befehl kann ich dir etwas weiterhelfen. Du könntest allerdings auch einfach hier im Forum nach "ShellExecute" suchen, bzw. in deiner Windows-API Hilfe.

Aus dem MSDN:

http://msdn.microsoft.com/library/de...ellexecute.asp
http://msdn.microsoft.com/library/de...lexecuteex.asp

The ShellExecute function opens or prints a specified file. The file can be an executable file or a document file. See ShellExecuteEx also.

HINSTANCE ShellExecute(

HWND hwnd, // handle to parent window
LPCTSTR lpOperation, // pointer to string that specifies operation to perform
LPCTSTR lpFile, // pointer to filename or folder name string
LPCTSTR lpParameters, // pointer to string that specifies executable-file parameters
LPCTSTR lpDirectory, // pointer to string that specifies default directory
INT nShowCmd // whether file is shown when opened
);

Wegen OLE usw. hab ich keine Ahnung. Ich bezweifle aber stark, dass das so klappen wird. Ich glaube hier hat vor einiger Zeit schonmal jemand ein ähnliches problem gehabt.

hier: http://www.delphipraxis.net/internal...ect.php?t=1140
  Mit Zitat antworten Zitat