Mega Code Archive

 
Categories / Delphi / Examples
 

Taskbarshowbutnotform

Here's the code I'm using under D5.1: ShowWindow(Application.Handle, SW_HIDE); SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_TOOLWINDOW); from Robert Meek dba Tangentals Design e-mail: rmeek@ptd.net 620 Lincoln Ave. Frackville, Pa. 17931 "The only real mistake is the one you cannot accept you made!" I want to show my main form without a taskbar entry for the application. Any idea how to do that? Thanks