Unit NoTask

****************************************************************************** ** ** NoTask ** ** Prevents a programs icons from showing on the Win95 TASKBAR ** while the program is running and the form is visible. Works ** only in Delphi 2.0. Simply drop the component on the form, and ** set the HideForm property to TRUE to hide the TASKBAR icons. ** Set to FALSE to show the TASKBAR icons. ** ** The outline of this code was shamelessly stolen from the most ** Excellent (Freeware!!) TPREVCHEK component which prevents a second ** instance of an application. Ironically enough, PREVCHEK only works ** in DELPHI 1.0, whereas NOTASK only works in Delphi 2.0... Go ** figure. The author also owes a debt of gratitude to the author of ** TMinMax, Patrick Brisacier. All of the PARENT routines came from that ** wonderful component. Anyway, try this out, let me know what you think. ** This is generally intended to be used with one of the TASKTRAY components. ** ** Feedback to: ** Eric Lawrence ** Lead Programmer ** Delta Programming Group ** ** deltagrp@juno.com or deltagrp@keynetcorp.net ** ** This component should be dropped on either the main form of the ** application or on the Splash screen form, whichever shows first. ** ** This code may be used, modified, included in applications without any ** license agreements as long as the disclaimers are accepted. Credit should ** be given where it is due. ** ** Disclaimer: ** This software is released into the public domain on the strict understanding ** that neither myself nor any associates or companies I work for have any ** liability explicitly or implied. ** ** Possible Enhancements: ** Beats me. Any ideas?

Classes

TNoTask - The NoTask Class declaration

Functions

Register - Reset variables to NIL

Types

Constants

Variables


Functions


procedure Register;

Reset variables to NIL

Types


Constants


Variables