hidding my application from TaskManager Apps

  • Thread starter Thread starter Mustafa Rabie
  • Start date Start date
M

Mustafa Rabie

Hi all,

I was wondering if there's a way to hide my application from showing in the
Task Manager applications.My application requires to keep running in the
back ground and i dont want my user to stop it by mistake from a task
manager application.
thanks
mustafa
 
The applet merely lists top level window captions for visible windows, so if
you set the form text to "" you can hide your app from this tool, or of
course hide the window.

Peter
 
Peter Foot said:
The applet merely lists top level window captions for visible windows, so if
you set the form text to "" you can hide your app from this tool, or of
course hide the window.

But if I hide the window, how do I bring this app in front later on?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top