Hi...also ich hab meine Form mit
Delphi-Quellcode:
ShowWindow( Application.Handle, SW_HIDE );
SetWindowLong( Application.Handle, GWL_EXSTYLE,
GetWindowLong(Application.Handle, GWL_EXSTYLE) or
WS_EX_TOOLWINDOW and not WS_EX_APPWINDOW);
ShowWindow( Application.Handle, SW_SHOW );
Vor der Taskleiste versteckt, aber wie krieg ich es nun hin das es wieder in der Taskleiste angezeigt wird?