Scalabium Software

SMExport advertising

Knowledge for your independence'.
Home Delphi and C++Builder tips


#11: How can I add a some forms in Taskbar/Task Manager of MS Windows?

By default, when you create the application in Delphi/C++Builder, in Windows Task Manager will be included a main form handle only. If you want to add the additional form, you must override the CreateParams procedure:

procedure TForm1.CreateParams(var Params: TCreateParams);
begin
  inherited CreateParams(Params);

  Params.ExStyle := Params.ExStyle or WS_Ex_AppWindow;
end;


Published: August 11, 1999

See also
 
Metafile Convert
Fast Document Viewer
SMReport
Viewer for TNEF-files (winmail.dat)
ExcelFile Viewer
SMExport suite
Viewer for MS Outlook Messages
ABA Picture Convert
DBISAM Viewer
Excel Reader (dll)
 
 
Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2013, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMExport/SMImport suites