Board index » delphi » Help: Execute external program without appear in TaskBar?????

Help: Execute external program without appear in TaskBar?????

hi,

  could any one let me how to execute an external program and prevent
its appearance in the win95 taskbar?

Any help, tips,.. is appreciated

Any way, many thanks for your time...

MAH

 

Re:Help: Execute external program without appear in TaskBar?????


On Sun, 21 Dec 1997 13:22:28 +0200, Mohamed hammady

Quote
<mhamm...@idsc1.gov.eg> wrote:
>hi,

>  could any one let me how to execute an external program and prevent
>its appearance in the win95 taskbar?

>Any help, tips,.. is appreciated

>Any way, many thanks for your time...

>MAH

You can look for two components called NoTask or AppVisible at many
Delphi pages, like:

http://carbohyd.siobc.ras.ru/torry/
http://www.intermid.com/delphi/
http://SunSITE.icm.edu.pl/delphi/

EBR

Re:Help: Execute external program without appear in TaskBar?????


There's a program named 'HideIt!' which remove a program from the task bar
... It can be found on the net. But If you want to include this
functionality in a delphi app. I think about something else ...

Did you try the ShowWindow procedure of user32.dll (with WS_VISIBLE
property) ?

Mohamed hammady <mhamm...@idsc1.gov.eg> wrote in article
BF4....@idsc1.gov.eg>...

Quote
>   could any one let me how to execute an external program and prevent
> its appearance in the win95 taskbar?

Other Threads