Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to make a stealth application

how to make a stealth application

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
6 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mohsen Saad
    wrote on last edited by
    #1

    I would like to create an application that does not appear in the Windows Task manager and system Try or any other means that might detect its existance

    V R T J 4 Replies Last reply
    0
    • M Mohsen Saad

      I would like to create an application that does not appear in the Windows Task manager and system Try or any other means that might detect its existance

      V Offline
      V Offline
      V 0
      wrote on last edited by
      #2

      I have no idea how you can do that, but I'm curious as to why you would like to do that? "If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimi Hendrix

      1 Reply Last reply
      0
      • M Mohsen Saad

        I would like to create an application that does not appear in the Windows Task manager and system Try or any other means that might detect its existance

        R Offline
        R Offline
        RicoH
        wrote on last edited by
        #3

        I don't think that you can hide your application completely, but you can definitely hide it enough so the average user won't find it. If you don't show the main window of your application "ShowWindow(SW_HIDE)" then you won't have an entry on the taskbar. It will however be visible in task manager. If you don't want it in the task manager you'll have to make a service of your application. (search for 'service' on CP and you'll find a bunch of articles on how to do this...) In the event viewer you'll still be able to see that your service is started, but I guess the average user won't go looking there. Hiding your app from the user might not be a nice thing to do as they have a right to know what's going on... Don't think you are, know you are...

        1 Reply Last reply
        0
        • M Mohsen Saad

          I would like to create an application that does not appear in the Windows Task manager and system Try or any other means that might detect its existance

          T Offline
          T Offline
          ThatsAlok
          wrote on last edited by
          #4

          Mohsen Saad wrote: I would like to create an application that does not appear in the Windows Task manager this article may help you out http://www.codeproject.com/system/preventclose.asp Mohsen Saad wrote: system Try -->Usually no app show there existence in System Tray ,you have to write code for making App ICON Visible in System Tray. or if you are looking for about Window Taskbar :- Create Window with WS_EX_TOOLWINDOW EXTENDED style.


          "I Think this Will Help" [Vote One Here, Complete my Survey....]

          visit me at http://www.thisisalok.tk
          1 Reply Last reply
          0
          • M Mohsen Saad

            I would like to create an application that does not appear in the Windows Task manager and system Try or any other means that might detect its existance

            J Offline
            J Offline
            JWood
            wrote on last edited by
            #5

            You should not be hiding it - there is a very strong backlash building against these sort of applications.

            D 1 Reply Last reply
            0
            • J JWood

              You should not be hiding it - there is a very strong backlash building against these sort of applications.

              D Offline
              D Offline
              David Crow
              wrote on last edited by
              #6

              I agree. The only exception I can think of at this point would be a "customized desktop" like you might have at a school or a library. CBT kiosks are a good example, too.


              "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups