Announcement

Collapse
No announcement yet.

Shell execute auch mit 'close'?

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Shell execute auch mit 'close'?

    Ich habe immer noch das problem mit dem schliessen von eigenständigen programmen aus einem anderen Programm heraus. Kann mir jemand helfen? und vielleicht auch nnoch den Quelltext beschreiben?
    Danke schon mal im voraus.
    If it's there and you can see it – it's REAL
    If it's there and you can't see it – it's TRANSPARENT
    If it's not there and you can see it – it's VIRTUAL
    If it's not there and you can't see it – it's GONE!

  • #2
    Du startest das Programm aus Deinem Programm heraus? Dann sieh Dir mal die WinAPI-Funktion CreateProcess an

    Comment


    • #3
      wenn das 'fremde' programm gestartet werden soll und deins geschloßen, dann müsste es so funktionieren.

      WinExec(PChar(FremdProgramm), SW_Show);
      MeinForm.Close;

      gruß
      han

      Comment

      Working...
      X