Question:
How can I hide an application (in my case a DLL) from the taskbar in Win95 (Delphi 2.0) and still have the form active and visible?
Answer:
The easiest way to accomplish this is to set the BorderStyle property of theform to bsToolWindow. This will fool Win95 or NT into thinking the form isan unsizeable ToolWindow and it will not display on the task bar.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























