MinModal: minimizer for modal windows. Why we can't minimize an application when a modal window is active? Drop this component to the form, open form by method 'ShowModal' and try minimize this form at run time. Your application will be minimized!
MINIMIZING MY APPLICATION (2006-04-04 08:38:25)I personally use the CoolTray component, and set the minimize to tray property to true. Then, I assign a popup menu to it, and have an item do...
WHAT IS E2466 NEVER-BUILD PACKAGE (2008-09-02 17:19:47)The Build Control in the properties for Package1 is set to Rebuild as Needed while minmodalpack is set to Explicit Rebuild. Simply change Package1...