Hi,

Set the 'ShowInTaskBar' property of your main form to False.

This will prevent the application from showing up in the
'Applications' tab in Task Manager.

If you want to prevent it from showing up in the 'Processes' tab that will be a far more complex process.

Curt