Autor Beitrag
Michael POHL
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 51

Win 7 pro / 10/64 pro
D2010 Pro LMD 10 / D5 pro LMD 5
BeitragVerfasst: Do 15.07.04 08:01 
Hallo Kollegen,
bei meiner Anwendung habe ich mir erlaubt vor und während des Programmstarts ein Startfenster anzuzeigen dummerweise steht dieses auch noch dort wenn das Hauptfenster minimiert wird .... was soll ich nur tun ?


Moderiert von user profile iconTino: Topic aus Sonstiges verschoben am Do 15.07.2004 um 13:34

_________________
100 Jahre leben heisst 100 Jahre lernen.
inselberg
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 458



BeitragVerfasst: Do 15.07.04 09:34 
würds mit sowas versuchen

ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
procedure TForm1.mini(Sender: TObject);
begin
 messagedlg('und weg mit dem andern fenster',mtinformation,[mbok],0);
 form2.close;
 application.ProcessMessages;
end;

procedure TForm1.FormCreate(Sender: TObject);
begin
  Application.OnMinimize := mini;
end;


Moderiert von user profile iconTino: Code- durch Delphi-Tags ersetzt.

_________________
hans bist du das ?
Segelflieger
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 124

WinXP Pro
D7 Prof
BeitragVerfasst: Do 15.07.04 13:27 
In diesem Tutorial steht, wie das geht.

_________________
Früher hatten die Menschen Angst vor der Zukunft. Heute muss die Zukunft Angst vor den Menschen haben.