AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

*.dpr in Uses aufnehmen?

Ein Thema von Plague · begonnen am 10. Feb 2005 · letzter Beitrag vom 10. Feb 2005
 
Plague

Registriert seit: 6. Okt 2003
591 Beiträge
 
#8

Re: *.dpr in Uses aufnehmen?

  Alt 10. Feb 2005, 19:20
Ich habe das nun in die Programm Datei eingetragen, jedoch bricht das Programm nach dem der SplashScreen angezeigt wurde einfach ab.

Was kann ich machen?
Hier der Code?
Delphi-Quellcode:
begin
  Form8:= TForm8.Create(Application);
  try
    Form8.Show;
    Form8.Refresh;
    Application.Initialize;
    Application.CreateForm(TForm8, Form8);
  finally
    Form8.InitializationDone := True;
  end;
     Application.Title := 'Netzwerk Server';
    Application.CreateForm(TForm1, Form1);
    Application.CreateForm(TForm5, Form5);
    Application.CreateForm(TForm6, Form6);
    Application.CreateForm(TForm7, Form7);
    Application.Run;
end.
Gruß
Thomas
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:27 Uhr.
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