Board index » delphi » hiding program from task list
sfynx
![]() Delphi Developer |
Fri, 08 Mar 2002 03:00:00 GMT
|
sfynx
![]() Delphi Developer |
Fri, 08 Mar 2002 03:00:00 GMT
hiding program from task list
How can I make a program not appear on Win95's task list brought up by
Ctrl-Alt-Del? The application is a program which communicates with other computers on a Any ideas are highly appreciated. thanks sf...@fx.ro |
Alfred ten Hoev
![]() Delphi Developer |
Fri, 08 Mar 2002 03:00:00 GMT
Re:hiding program from task listsfynx, It's not a good idea to give this kind of information in a NG. But why would you hide app so deep? I think it's a good thing to give your regards, sfynx heeft geschreven in bericht <7s3pd2$k1...@main.roknet.ro>... Quote>How can I make a program not appear on Win95's task list brought up by |
Greg Lorrima
![]() Delphi Developer |
Fri, 08 Mar 2002 03:00:00 GMT
Re:hiding program from task listAlfred ten Hoeve <Alfred.tenHo...@gironet.nl> wrote in message Quote> sfynx, Perhaps I shoud not tell people because some bad person might use it for Quote> But why would you hide app so deep? I think it's a good thing to give your NT that it is not possible to "close" them. Our friend is trying to imitate the nature of NT. For most users it will work. Try sendmessage(application.handle,sw_hide,0,0); Hide the mainform too. Quote> regards, |
Alfred ten Hoev
![]() Delphi Developer |
Fri, 08 Mar 2002 03:00:00 GMT
Re:hiding program from task listGreg Lorriman heeft geschreven in bericht Quote
- Hide quoted text - - Show quoted text - Quote
|
Greg Lorrima
![]() Delphi Developer |
Fri, 08 Mar 2002 03:00:00 GMT
Re:hiding program from task listYeah, you're right. I can't remember how to do it. It's something along Alfred ten Hoeve <Alfred.tenHo...@gironet.nl> wrote in message Quote
|
Greg Lorrima
![]() Delphi Developer |
Fri, 08 Mar 2002 03:00:00 GMT
Re:hiding program from task listFound it! It is ShowWindow(Application.Handle, SW_HIDE); Alfred ten Hoeve <Alfred.tenHo...@gironet.nl> wrote in message Quote
|
1. Hiding programs from task list
2. HIDE PROGRAM FROM TASK LIST
3. Hiding program from the task list
4. Task list: how get running programs list?
5. How can I hide process in task list.
6. how to hide application from task bar list
7. Hidden app not on win31 task list?