Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi exe in eine andere exe einbinden (https://www.delphipraxis.net/98240-exe-eine-andere-exe-einbinden.html)

Luckie 23. Aug 2007 20:26

Re: exe in eine andere exe einbinden
 
Häng das Projekt mal an. Ich habe keine Lust, das jetzt selber zu programmieren.

taktaky 23. Aug 2007 21:27

Re: exe in eine andere exe einbinden
 
Zitat:

Zitat von Luckie
Häng das Projekt mal an. Ich habe keine Lust, das jetzt selber zu programmieren.

Wie Du das Bild Oben siehst, das Programm keine Objekte. Leere Form :
Delphi-Quellcode:
unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs;

type
  TForm1 = class(TForm)
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

// test.exe)

end.
Gruß

Blackheart 23. Aug 2007 21:48

Re: exe in eine andere exe einbinden
 
Zitat:

Zitat von taktaky
Zitat:

Zitat von Luckie
Häng das Projekt mal an. Ich habe keine Lust, das jetzt selber zu programmieren.

Wie Du das Bild Oben siehst, das Programm keine Objekte. Leere Form :
Delphi-Quellcode:
unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs;

type
  TForm1 = class(TForm)
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

// test.exe)

end.
Gruß

@taktaky Ich schätze mal Du warst nicht unbedingt gemeint gemeint, aber dein Beispiel ist nicht "Ohne" - Quelltext sagt eben mehr aus als irgend welche Worte. :wink:

taktaky 24. Aug 2007 11:36

Re: exe in eine andere exe einbinden
 
Hallo

das ist kein Projekt. Ich möchte nur wissen, wie das geht?
Natürlich das 2.Programm ist nicht leer. Ich habe aber seinen Code nicht, das es ein fremdes Programm ist.

Gruß


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:51 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz