Board index » delphi » Hiding Application From Taskbar

Hiding Application From Taskbar

I have looked through the help file for days no trying to find this out,
so don't think I haven't tried.  But, I am making a program that uses a
SysTray icon and I need to hide it from the TaskBar.  Can anyone help me
out on this.  Thanks in advance.  (Please e-mail reply if possible)

-Nowhere Man  <nowhere...@{*word*104}-west.com>

 

Re:Hiding Application From Taskbar


Quote
Nowhere Man wrote in message <347D9B07....@{*word*104}-west.com>...
>I have looked through the help file for days no trying to find this out,
>so don't think I haven't tried.  But, I am making a program that uses a
>SysTray icon and I need to hide it from the TaskBar.  Can anyone help me
>out on this.  Thanks in advance.  (Please e-mail reply if possible)

>-Nowhere Man  <nowhere...@{*word*104}-west.com>

The code is:
ShowWindow(Application.Handle, SW_HIDE);

And that's it!
HTH, Gajo

Re:Hiding Application From Taskbar


On Thu, 27 Nov 1997 09:08:39 -0700, Nowhere Man

Quote
<nowhere...@{*word*104}-west.com> wrote:
> I am making a program that uses a
>SysTray icon and I need to hide it from the TaskBar.  Can anyone help me
>out on this.  Thanks in advance.  (Please e-mail reply if possible)

in FormCreate:
Application.ShowMainForm := False;

hope this helps.
jcko...@4dcomm.com
--------------------------------
Computer Possesed?? call an XORcist.

Other Threads