Thread: Process visibility

  1. #1
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273

    Process visibility

    Hello,

    Is it possible to have a window that is not listed on the taskbar yet is listed on the Task Manager (Under Applications)? I've tried making the window a tool window, but that makes it completely invisible to the system aside from in the Processes part of Task Manager.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    I don't think so.
    If you can find an application that exhibits this behavior then you can use the Spy++ tool that comes with VC++ to look at the window's style and class properties.

    Why do you want to be in the applications tab of task manager but not on the taskbar?

    gg

  3. #3
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    one word:

    virus?

    really, there is no reason not to have something completely invisible except for task manager unless it is a virus, or a daemon, but even that would be better left on the taskbar for easy shutdown

  4. #4
    .
    Join Date
    Nov 2003
    Posts
    307
    You can write a console app that runs as a service - that gives you what you want, as that is basically what services are.

    That may be what he's trying to do.

  5. #5
    Registered User
    Join Date
    Jun 2003
    Posts
    245
    I would have thought if he wanted to write an in-memory virus, he wouldn't want it on the applications tab of the process manager either.

    It can be removed from the taskbar easily enough, and still show a window on the desktop, but not being on the taskbar means not being shown in "applications" either.

  6. #6
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    We've a forum full of suspicious minds on here, honestly... "Doing something a bit unusual? Ooo, must be a virus..."

    I just wanted to place a window on the desktop that displays status messages sent from a server app, and as it's always on top there's no point in it taking up precious taskbar. I need it in the Applications part of the Task Manager so that it can still be closed gracefully rather than pulling the process's plug.

    And I answered my own question eventually, with a bit of faffing about. The original idea (Use a tool window) does work so long as I give it a title, silly me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. create a child process that creates a child process
    By cus in forum Linux Programming
    Replies: 9
    Last Post: 01-13-2009, 02:14 PM
  3. Replies: 3
    Last Post: 10-15-2008, 09:24 AM
  4. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  5. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM