Multiple windows in Delphi
April 26, 2005
Author: deepak S1409
From a recent thread in borland.public.delphi.nativeapi.win32:
There’s a problem in the way Delphi handles multiple open forms. Delphi applications can have multiple forms, and you will notice that each form does not appear on the task bar. Delphi forms do not have the WS_EX_APPWINDOW style set – this style is required if a window needs to appear in the task bar.