Results 1 to 7 of 7

Thread: Windows task manager

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    87

    Windows task manager

    How would i make my exe not show up on the task list or processes in windows task magager?

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

  3. #3
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246
    Question: Why wouldn't you want it to show up in the Proccess Window?

    When people ask such a question, it makes me wonder what they are trying to create...



    Phreak

    Visual Studio 6, Visual Studio.NET 2005, MASM

  4. #4
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253
    he might want it not visible because it may be a splash screen, or a form that doesnt need to take space on the Taskbar, not always what you think Phreak

    Just set:

    VB Code:
    1. Me.ShowInTaskbar = False

    to stop it showing up

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    87
    ya its true i dont want users to see the program run but its not a virus or worm

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    87
    ya
    Code:
    app.taskvisible = false
    is in my code but it still shows up

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    87
    grr i fell really dumb right now it had the code but it was at true

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width