![]() |
Re: login für andwendung
Delphi-Quellcode:
program Project1;
uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.ShowMainForm := False;//<--So, da ist deine Zeile ;-) Application.CreateForm(TForm1, Form1); Application.Run; end. |
Re: login für andwendung
wo muss denn der code jetzt rein? in meine main unit oder wie?
|
Re: login für andwendung
Nein im Projekt
|
Re: login für andwendung
aber das ist doch noch nicht ganz richtig
jetzt zeigt er ja garkein form an! er soll aber das login form anzeigen! Gruß Phil |
Re: login für andwendung
Dann füg noch
Delphi-Quellcode:
ein
Form1.Show;
|
Re: login für andwendung
ich habe jetzt einfach ins Create von meinem Login form Login.Show; reingeschrieben!!
jetzt funst es endlich und ich habe die sache auch verstanden! Vielen Dank für Eure Hilfe!! Gruß Phil |
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:34 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