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. Invisible console?

Invisible console?

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 4 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.
  • O Offline
    O Offline
    overfreeze
    wrote on last edited by
    #1

    Is there any way of creating a console program that runs without the user noticing? SOmething like a invisible console? I've seen an article that taught to do this, somewhere in CP, but I can't find it anymore.. :^)

    L G D 3 Replies Last reply
    0
    • O overfreeze

      Is there any way of creating a console program that runs without the user noticing? SOmething like a invisible console? I've seen an article that taught to do this, somewhere in CP, but I can't find it anymore.. :^)

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Would ShellExecut() do it?

      The tigress is here :-D

      1 Reply Last reply
      0
      • O overfreeze

        Is there any way of creating a console program that runs without the user noticing? SOmething like a invisible console? I've seen an article that taught to do this, somewhere in CP, but I can't find it anymore.. :^)

        G Offline
        G Offline
        Gary R Wheeler
        wrote on last edited by
        #3

        The simplest way to do that I've found is to create a normal Windows application (one with a WinMain function), and then don't create a window.


        Software Zen: delete this;

        Fold With Us![^]

        1 Reply Last reply
        0
        • O overfreeze

          Is there any way of creating a console program that runs without the user noticing? SOmething like a invisible console? I've seen an article that taught to do this, somewhere in CP, but I can't find it anymore.. :^)

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

          Try these: http://codeproject.com/system/console_spawn_class.asp http://www.codeproject.com/threads/consolepipe.asp http://www.codeproject.com/win32/runsilent.asp


          "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

          "Judge not by the eye but by the heart." - Native American Proverb

          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