Thema: Delphi Probleme mit showModal

Einzelnen Beitrag anzeigen

ksh
(Gast)

n/a Beiträge
 
#19

Re: Probleme mit showModal

  Alt 24. Mär 2006, 18:22
hab so das Gefühl, dass es damit zusammenhängt. Leider ist mein Wissenstand nicht soweit

Delphi-Quellcode:
program Projekt;

uses
  Forms,
  Main in 'Main.pas{MainWindow};

{$R *.res}
                        
begin
  Application.Initialize;
  Application.CreateForm(TMainWindow, MainWindow);
  Application.Run;
end.
  Mit Zitat antworten Zitat