Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi taskleisten-button für formular (https://www.delphipraxis.net/29872-taskleisten-button-fuer-formular.html)

Aenogym 15. Sep 2004 21:26


taskleisten-button für formular
 
hi,

wie kann ich erreichen, dass in der taskleiste ein eigener button für ein formular meiner anwendung erstellt wird?

thx,
Aenogym

shmia 16. Sep 2004 10:04

Re: taskleisten-button für formular
 
Zitat:

Zitat von Aenogym
wie kann ich erreichen, dass in der taskleiste ein eigener button für ein formular meiner anwendung erstellt wird?

Delphi-Quellcode:
procedure TForm2.FormShow(Sender: TObject);
begin
  SetWindowLong(Handle, GWL_EXSTYLE, WS_EX_APPWINDOW);
end;
Siehe auch: http://www.delphi-fundgrube.de/faqcont.htm#thema07


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:00 Uhr.

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