Thema: Delphi mysqld.exe laden!

Einzelnen Beitrag anzeigen

DracoBlue

Registriert seit: 3. Feb 2004
Ort: Berlin
47 Beiträge
 
Turbo Delphi für Win32
 
#2

Re: mysqld.exe laden!

  Alt 15. Apr 2004, 10:58
dein Aufruf ist nicht korrekt!
Delphi-Hilfe verrät:
Code:
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
   );
Shellexceute(0,nil,x+y.nil,nil,SW_SHOW);

So müßte es klappen.

Mfg, Draco
  Mit Zitat antworten Zitat