Click to See Complete Forum and Search --> : Eliminating the task bar icon.
wilton
December 30th, 1999, 02:33 AM
Can someone point me in the correct direction for eliminating the task bar button, so that my application will run as only a task tray icon, or maybe not appear at all. Any references to where I can find a good source of information on the topic would be great.
pueromane
December 30th, 1999, 02:51 AM
At the Form Properties there is an entry called ShowInTaskBar. Set the value to false and your application will not appear in the task bar.
mfG Pueromane
AndyK
December 30th, 1999, 07:18 AM
Or the easiest one...set form's borderstyle to other then Sizable...and there you go.....no button in the TaskBar
wilton
December 30th, 1999, 01:13 PM
I need to know how to play an icon in the task tray and how to prevent the window from downsizing to a win3.1 style minimized window when it's not allowed to appear in the task bar.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.