Hiding app under the Processes tab

Hello all,

I'm hiding applications under Windows NT/2000 using this code:

begin
  Application.Initialize;
  Application.Title := '';
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.

But there is only one problem. The application isn't vissible under the
applications tab but is still vissible under the processes tab. Does anyone
know how to hide services or application under the processes tab?

Please if you have any information email me at developer.bra...@xs4all.nl or
reply to the group.

THANKS FOR ADVANCE!

developer.bra...@xs4all.nl